We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31c33a commit ce18fbcCopy full SHA for ce18fbc
1 file changed
ci-before-build.sh
@@ -28,9 +28,9 @@ case "$PLAT" in
28
ppc64le|s390x|riscv64)
29
./tools/install-static-clang.sh
30
export PATH=/opt/clang/bin:$PATH
31
- CC="/opt/clang/bin/clang"
32
- CXX="/opt/clang/bin/clang++"
33
- LDFLAGS="-fuse-ld=lld"
+ export CC="/opt/clang/bin/clang"
+ export CXX="/opt/clang/bin/clang++"
+ export LDFLAGS="-fuse-ld=lld"
34
;;
35
esac
36
0 commit comments