We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b171fb commit 3835253Copy full SHA for 3835253
ci/docker/mips-unknown-linux-musl/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
gcc make libc6-dev git curl ca-certificates \
5
gcc-mips-linux-gnu qemu-user qemu-system-mips
6
-RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.22.tar.gz | \
+RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.2.22.tar.gz | \
7
tar xzf - && \
8
cd musl-1.1.22 \
9
CC=mips-linux-gcc \
0 commit comments