Skip to content

Commit ec0053a

Browse files
committed
Revert "Try another thing"
This reverts commit 319ec3e.
1 parent 5b46b6e commit ec0053a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci/docker/x86_64-unknown-linux-musl/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ RUN apk update && \
88
make \
99
gcc
1010

11-
# TODO: change to stable once it has been released for musl
12-
RUN wget https://static.rust-lang.org/dist/rust-beta-x86_64-unknown-linux-musl.tar.gz
13-
RUN tar -xf rust-beta-x86_64-unknown-linux-musl.tar.gz
14-
RUN sh ./rust-beta-x86_64-unknown-linux-musl/install.sh
11+
ENV CC_x86_64_unknown_linux_musl=gcc

0 commit comments

Comments
 (0)