You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
303 B
11 lines
303 B
2 years ago
|
# Testing
|
||
|
|
||
|
Each time before we build this module, we need to do a test build of the
|
||
|
kernel in order to check that the changes we are making won't break
|
||
|
the kernel build. This can be can be done using the kernel-testing.yaml
|
||
|
modulemd file:
|
||
|
|
||
|
rhpkg module-scratch-build --file kernel-testing.yaml -w
|
||
|
|
||
|
|