]> git.lizzy.rs Git - rust.git/commit
Update musl to 1.1.22.
authorGregory Szorc <gregory.szorc@gmail.com>
Tue, 28 May 2019 00:00:51 +0000 (17:00 -0700)
committerGregory Szorc <gregory.szorc@gmail.com>
Tue, 28 May 2019 16:47:56 +0000 (09:47 -0700)
commitaaf66987931dfe06a547b9f68cb709e9b6265b5c
tree0d6082b2571a55373a8a5b1a24e4c64f90e5913d
parente70d5386d7abcf39adf54feb43a655c4f8a1bcb6
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.
src/ci/docker/scripts/musl.sh