diff options
| author | kennytm <kennytm@gmail.com> | 2018-01-13 02:26:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-13 02:26:27 +0800 |
| commit | 0d199d56ea3b972499c2c395f5ae35e5bfc0d02d (patch) | |
| tree | 3af44a5e91b069caaab71fb19b326fa9cffce227 /src/ci/docker/scripts | |
| parent | f30f18f5c32e8c99640489d56e4a9e9e1100b10f (diff) | |
| parent | b5a3f56f7509a70a77b397c262383e27a83c05a5 (diff) | |
| download | rust-0d199d56ea3b972499c2c395f5ae35e5bfc0d02d.tar.gz rust-0d199d56ea3b972499c2c395f5ae35e5bfc0d02d.zip | |
Rollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcrichton
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/musl.sh b/src/ci/docker/scripts/musl.sh index e63f1a6f9e5..7a7233216a3 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 |
