We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8280a commit ed68277Copy full SHA for ed68277
.github/workflows/push-check_aarch64.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Build the Kernel
29
run: |
30
git config --global --add safe.directory /__w/kernel-src-git/kernel-src-git
31
- cp configs/kernel-5.14.0-aarch64.config .config
+ cp configs/kernel-rt-5.14.0-aarch64-64k.config .config
32
make olddefconfig
33
make -j8
.github/workflows/push-check_x86_64.yml
- cp configs/kernel-5.14.0-x86_64.config .config
+ cp configs/kernel-rt-5.14.0-x86_64.config .config
0 commit comments