diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2018-11-14 17:41:54 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2018-11-14 17:42:06 +0100 |
| commit | 2ec6f340cd29f289fea1c5a672195ceeaf44c475 (patch) | |
| tree | e0573553d4eefa49032039ef384f1ae1191f4b8a /src/ci/docker/scripts | |
| parent | 6f244c9011eb01ae4d167b631ba5e3e163bafa72 (diff) | |
| download | rust-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.sh | 2 |
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 |
