Skip to content

Commit 20ff36f

Browse files
basilisk-devdavidchisnall
authored andcommitted
Do not run CICD for Clang 16 and 17 since the linker Ubuntu ships cannot link it
1 parent b25ac56 commit 20ff36f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ jobs:
109109
triple: powerpc64le-linux-gnu
110110
rtld: ld64.so.2
111111
exclude:
112+
# lld versions prior to 18 do not support linking LoongArch in the Ubuntu provided packages.
113+
- llvm-version: 16
114+
arch:
115+
name: loongarch64
116+
- llvm-version: 17
117+
arch:
118+
name: loongarch64
112119
# FIXME(hugo): Hangs while executing tests.
113120
- llvm-version: 18
114121
arch:

0 commit comments

Comments
 (0)