Skip to content

Commit b5a3f56

Browse files
committed
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.
1 parent ee220da commit b5a3f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ci/docker/scripts/musl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exit 1
3030
TAG=$1
3131
shift
3232

33-
MUSL=musl-1.1.17
33+
MUSL=musl-1.1.18
3434

3535
# may have been downloaded in a previous run
3636
if [ ! -d $MUSL ]; then

0 commit comments

Comments
 (0)