Skip to content

Commit 26bced2

Browse files
enable static clang toolchain for loongarch64 builds
Signed-off-by: 吴小白 <296015668@qq.com>
1 parent 270c32e commit 26bced2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-before-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export OPENBLAS_VERSION=$version
3030
echo "creating wheel from $OPENBLAS_COMMIT (NIGHTLY is $NIGHTLY)"
3131

3232
case "$PLAT" in
33-
ppc64le|s390x|riscv64)
33+
loongarch64|ppc64le|s390x|riscv64)
3434
./tools/install-static-clang.sh
3535
export PATH=/opt/clang/bin:$PATH
3636
export CC="/opt/clang/bin/clang"

0 commit comments

Comments
 (0)