Skip to content

Commit 4279e2b

Browse files
committed
Auto merge of #45393 - alexcrichton:update-musl, r=Mark-Simulacrum
ci: Update musl with new release Apparently there's at least one CVE fixed in the new version of musl, and because we're distributing it seems like a good opportunity to update! Unfortunately it looks like #38618 still hasn't been fixed.
2 parents ff8773d + b1f246c commit 4279e2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ci/docker/cross/build-arm-musl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
set -ex
1313

14-
MUSL=1.1.16
14+
MUSL=1.1.17
1515

1616
hide_output() {
1717
set +x

src/ci/docker/dist-i586-gnu-i686-musl/build-musl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
export CFLAGS="-fPIC -Wa,-mrelax-relocations=no"
1616
export CXXFLAGS="-Wa,-mrelax-relocations=no"
1717

18-
MUSL=musl-1.1.16
18+
MUSL=musl-1.1.17
1919
curl https://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -
2020
cd $MUSL
2121
CC=gcc \

src/ci/docker/dist-x86_64-musl/build-musl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -ex
1515
export CFLAGS="-fPIC -Wa,-mrelax-relocations=no"
1616
export CXXFLAGS="-Wa,-mrelax-relocations=no"
1717

18-
MUSL=musl-1.1.16
18+
MUSL=musl-1.1.17
1919
curl https://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -
2020
cd $MUSL
2121
./configure --prefix=/musl-x86_64 --disable-shared

0 commit comments

Comments
 (0)