Skip to content

Commit 4027169

Browse files
committed
musl: update LLVM to 7
1 parent 2607f2c commit 4027169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/musl-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ echo $OUTPUT/$TARGET/lib >> /etc/ld-musl-$ARCH.path
5252
export CC=$TARGET-gcc
5353
export CXX=$TARGET-g++
5454

55-
LLVM=60
55+
LLVM=70
5656

5757
# may have been downloaded in a previous run
5858
if [ ! -d libunwind-release_$LLVM ]; then

0 commit comments

Comments
 (0)