Skip to content

Commit b1945da

Browse files
committed
CI: fix clang-18 use LLVM=-18
Reported-by: Wangyuli <wangyuli@uniontech.com> Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 3ec4832 commit b1945da

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-kernel-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: 'Clang build kernel'
3838
run: |
3939
# .config
40-
make LLVM=18 deepin_arm64_desktop_defconfig
41-
make LLVM=18 -j$(nproc)
40+
make LLVM=-18 deepin_arm64_desktop_defconfig
41+
make LLVM=-18 -j$(nproc)

.github/workflows/build-kernel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: "Clang build kernel"
3838
run: |
3939
# .config
40-
make LLVM=18 deepin_x86_desktop_defconfig
41-
make LLVM=18 -j$(nproc)
40+
make LLVM=-18 deepin_x86_desktop_defconfig
41+
make LLVM=-18 -j$(nproc)

0 commit comments

Comments
 (0)