Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57d99d2

Browse files
committedApr 17, 2025
github actions: build-check: Use unversioned config
LE-2787 These are the configs synced from the corresponding dist-git
1 parent ad25f6d commit 57d99d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build-check_aarch64.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.