about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2018-01-23 14:05:31 -0200
committerMarco A L Barbosa <malbarbo@gmail.com>2018-01-23 14:05:31 -0200
commitabc1061a656284f6e07008e7fd058a389ab2f33e (patch)
tree1859937d0052318d39fb192a52af2222b49dbdbc /src/ci/docker/scripts
parent61fdf8eef5635265b02a6c5fe065f298740837e8 (diff)
downloadrust-abc1061a656284f6e07008e7fd058a389ab2f33e.tar.gz
rust-abc1061a656284f6e07008e7fd058a389ab2f33e.zip
Use libuwind 6.0 for all musl targets
Diffstat (limited to 'src/ci/docker/scripts')
-rw-r--r--src/ci/docker/scripts/musl.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ci/docker/scripts/musl.sh b/src/ci/docker/scripts/musl.sh
index d08cdfeb445..ad0a5cd94db 100644
--- a/src/ci/docker/scripts/musl.sh
+++ b/src/ci/docker/scripts/musl.sh
@@ -49,15 +49,7 @@ hide_output make clean
 
 cd ..
 
-# use version 60 for all targets after llvm 6.0 release
-case $TAG in
-  mips|mipsel)
-    LLVM=60
-    ;;
-  *)
-    LLVM=39
-    ;;
-esac
+LLVM=60
 
 # may have been downloaded in a previous run
 if [ ! -d libunwind-release_$LLVM ]; then