]> git.lizzy.rs Git - rust.git/commitdiff
Update musl to 1.1.18
authorMarco A L Barbosa <malbarbo@gmail.com>
Mon, 8 Jan 2018 23:26:47 +0000 (21:26 -0200)
committerMarco A L Barbosa <malbarbo@gmail.com>
Mon, 8 Jan 2018 23:26:47 +0000 (21:26 -0200)
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.

src/ci/docker/scripts/musl.sh

index b704e37d5929128be514f929b39bd0db551c5334..046023b6357202827b71f369c9bae582b1c28f05 100644 (file)
@@ -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