Skip to content

Commit cc75d47

Browse files
committed
Upgrade to latest musl-cross-make release (v0.9.9)
1 parent 7d09c5e commit cc75d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/musl.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ main() {
3838
td="$(mktemp -d)"
3939

4040
pushd "${td}"
41-
curl -L https://github.com/richfelker/musl-cross-make/archive/v0.9.8.tar.gz | \
41+
curl -L https://github.com/richfelker/musl-cross-make/archive/v0.9.9.tar.gz | \
4242
tar --strip-components=1 -xz
4343

4444
hide_output make install "-j$(nproc)" \
45-
GCC_VER=6.4.0 \
46-
MUSL_VER=1.1.22 \
45+
GCC_VER=9.2.0 \
46+
MUSL_VER=1.2.0 \
4747
DL_CMD='curl -C - -L -o' \
4848
OUTPUT=/usr/local/ \
4949
"${@}"

0 commit comments

Comments
 (0)