Skip to content

Commit

Permalink
Rollup merge of rust-lang#47283 - malbarbo:musl-1.1.18, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kennytm committed Jan 12, 2018
2 parents f30f18f + b5a3f56 commit 0d199d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d199d5

Please sign in to comment.