Skip to content

Commit 324465a

Browse files
committed
github actions: build-check: Use unversioned config
LE-2787 These are the configs synced from the corresponding dist-git
1 parent 64d4091 commit 324465a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-check_aarch64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Build the Kernel
3030
run: |
3131
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32-
cp configs/kernel-4.18.0-aarch64.config .config
32+
cp configs/kernel-aarch64.config .config
3333
make olddefconfig
3434
make -j8

.github/workflows/build-check_x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Build the Kernel
3030
run: |
3131
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32-
cp configs/kernel-4.18.0-x86_64.config .config
32+
cp configs/kernel-x86_64.config .config
3333
make olddefconfig
3434
make -j8

0 commit comments

Comments
 (0)