We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25ac56 commit 20ff36fCopy full SHA for 20ff36f
.github/workflows/main.yml
@@ -109,6 +109,13 @@ jobs:
109
triple: powerpc64le-linux-gnu
110
rtld: ld64.so.2
111
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
118
119
# FIXME(hugo): Hangs while executing tests.
120
- llvm-version: 18
121
arch:
0 commit comments