Skip to content

Commit 0f8b9d7

Browse files
committed
ci(kernel): build CRC32C validation firmware
Add the test-enabled x86_64 firmware mode to the kernel build matrix so the retained known-answer validation path continues to compile after kernel and configuration changes.
1 parent 291a06f commit 0f8b9d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/kernel-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
runner: ubuntu-24.04
6060
packages: ""
6161
make_args: ""
62+
- name: Linux x86_64 CRC32C validation
63+
runner: ubuntu-24.04
64+
packages: ""
65+
make_args: CRC32C_VALIDATION=1
6266
- name: Windows x86_64
6367
runner: ubuntu-24.04
6468
packages: ""

0 commit comments

Comments
 (0)