Skip to content

Commit ce18fbc

Browse files
committed
export variables, make build verbose
1 parent a31c33a commit ce18fbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ci-before-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ case "$PLAT" in
2828
ppc64le|s390x|riscv64)
2929
./tools/install-static-clang.sh
3030
export PATH=/opt/clang/bin:$PATH
31-
CC="/opt/clang/bin/clang"
32-
CXX="/opt/clang/bin/clang++"
33-
LDFLAGS="-fuse-ld=lld"
31+
export CC="/opt/clang/bin/clang"
32+
export CXX="/opt/clang/bin/clang++"
33+
export LDFLAGS="-fuse-ld=lld"
3434
;;
3535
esac
3636

0 commit comments

Comments
 (0)