about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-11-14 17:41:54 +0100
committerMichael Woerister <michaelwoerister@posteo>2018-11-14 17:42:06 +0100
commit2ec6f340cd29f289fea1c5a672195ceeaf44c475 (patch)
treee0573553d4eefa49032039ef384f1ae1191f4b8a /src/ci/docker/scripts
parent6f244c9011eb01ae4d167b631ba5e3e163bafa72 (diff)
downloadrust-2ec6f340cd29f289fea1c5a672195ceeaf44c475.tar.gz
rust-2ec6f340cd29f289fea1c5a672195ceeaf44c475.zip
Update CI-clang to 7.0.0 for Linux dists.
Diffstat (limited to 'src/ci/docker/scripts')
-rw-r--r--src/ci/docker/scripts/musl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/musl.sh b/src/ci/docker/scripts/musl.sh
index fcebfb93247..11d85471b7c 100644
--- a/src/ci/docker/scripts/musl.sh
+++ b/src/ci/docker/scripts/musl.sh
@@ -51,7 +51,7 @@ hide_output make clean
 
 cd ..
 
-LLVM=60
+LLVM=70
 
 # may have been downloaded in a previous run
 if [ ! -d libunwind-release_$LLVM ]; then