We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec4832 commit 195de61Copy full SHA for 195de61
2 files changed
.github/workflows/build-kernel-arm64.yml
@@ -37,5 +37,5 @@ jobs:
37
- name: 'Clang build kernel'
38
run: |
39
# .config
40
- make LLVM=18 deepin_arm64_desktop_defconfig
41
- make LLVM=18 -j$(nproc)
+ make LLVM=-18 deepin_arm64_desktop_defconfig
+ make LLVM=-18 -j$(nproc)
.github/workflows/build-kernel.yml
- name: "Clang build kernel"
- make LLVM=18 deepin_x86_desktop_defconfig
+ make LLVM=-18 deepin_x86_desktop_defconfig
0 commit comments