Skip to content

Commit

Permalink
Update musl to 1.1.18
Browse files Browse the repository at this point in the history
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
malbarbo committed Jan 8, 2018
1 parent ee220da commit b5a3f56
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 b5a3f56

Please sign in to comment.