Unset CRYPTO_JITTERENTROPY_MEMSIZE_2, set CRYPTO_JITTERENTROPY_MEMSIZ… #661
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Trigger Automated kernel build and test (multi-arch) | |
| on: | |
| push: | |
| branches: | |
| - '*_ciq-6.18.y' | |
| - '*_ciq-6.18.y-next' | |
| jobs: | |
| kernelCI: | |
| uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@main | |
| with: | |
| skip_kabi: true | |
| secrets: inherit |