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-08 21:26:47 -0200
committerMarco A L Barbosa <malbarbo@gmail.com>2018-01-08 21:26:47 -0200
commitb5a3f56f7509a70a77b397c262383e27a83c05a5 (patch)
treee7d0d5877bb2ffa5c0963cb3c6d17585597943ae /src/ci/docker/scripts
parentee220daca345302c3277befee2732b6b2a5a711c (diff)
downloadrust-b5a3f56f7509a70a77b397c262383e27a83c05a5.tar.gz
rust-b5a3f56f7509a70a77b397c262383e27a83c05a5.zip
Update musl to 1.1.18
According to http://www.musl-libc.org/download.html:

This release corrects regressions in glob() and armv4t build failure
introduced in the previous release, and includes an important bug fix
for posix_spawnp in the presence of a large PATH environment variable.
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 b704e37d592..046023b6357 100644
--- a/src/ci/docker/scripts/musl.sh
+++ b/src/ci/docker/scripts/musl.sh
@@ -30,7 +30,7 @@ exit 1
 TAG=$1
 shift
 
-MUSL=musl-1.1.17
+MUSL=musl-1.1.18
 
 # may have been downloaded in a previous run
 if [ ! -d $MUSL ]; then