Skip to content

Commit aaf6698

Browse files
committed
Update musl to 1.1.22.
This is the latest available version. I noticed Rust wasn't using the latest version when I attempted to have Cargo link object files produced outside of Cargo / Rust's toolchain and was getting missing symbol errors. Those missing symbols were added in 1.1.21 and 1.1.22. I'm not fully sure of the implications of this change or how comprehensive the test coverage is. Upstream changes in 1.1.21 and 1.1.22 can be found at https://git.musl-libc.org/cgit/musl/tree/WHATSNEW?h=v1.1.22&id=e97681d6f2c44bf5fa9ecdd30607cb63c780062e#n1989.
1 parent e70d538 commit aaf6698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/musl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ shift
2222

2323
export CFLAGS="-fPIC $CFLAGS"
2424

25-
MUSL=musl-1.1.20
25+
MUSL=musl-1.1.22
2626

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

0 commit comments

Comments
 (0)