Skip to content

Commit ed68277

Browse files
gvrose8192PlaidCat
authored andcommitted
github actions: Use the correct configs
The RT kernel uses different configs.
1 parent 4a8280a commit ed68277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-check_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Build the Kernel
2929
run: |
3030
git config --global --add safe.directory /__w/kernel-src-git/kernel-src-git
31-
cp configs/kernel-5.14.0-aarch64.config .config
31+
cp configs/kernel-rt-5.14.0-aarch64-64k.config .config
3232
make olddefconfig
3333
make -j8

.github/workflows/push-check_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Build the Kernel
2929
run: |
3030
git config --global --add safe.directory /__w/kernel-src-git/kernel-src-git
31-
cp configs/kernel-5.14.0-x86_64.config .config
31+
cp configs/kernel-rt-5.14.0-x86_64.config .config
3232
make olddefconfig
3333
make -j8

0 commit comments

Comments
 (0)