From 26bced2568dd290d19b19fbd2a01722d5693c767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Wed, 6 May 2026 00:04:00 +0800 Subject: [PATCH] enable static clang toolchain for loongarch64 builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴小白 <296015668@qq.com> --- ci-before-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-before-build.sh b/ci-before-build.sh index 8d063057..7ad9366a 100755 --- a/ci-before-build.sh +++ b/ci-before-build.sh @@ -30,7 +30,7 @@ export OPENBLAS_VERSION=$version echo "creating wheel from $OPENBLAS_COMMIT (NIGHTLY is $NIGHTLY)" case "$PLAT" in - ppc64le|s390x|riscv64) + loongarch64|ppc64le|s390x|riscv64) ./tools/install-static-clang.sh export PATH=/opt/clang/bin:$PATH export CC="/opt/clang/bin/clang"