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 609afa6 commit a4a325cCopy full SHA for a4a325c
src/ci/docker/dist-x86_64-musl/Dockerfile
@@ -47,8 +47,6 @@ ENV HOSTS=x86_64-unknown-linux-musl \
47
# CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_LINKER=musl-gcc \
48
# CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_RUNNER="qemu-arm -L /musl-arm"
49
50
-ENV RUSTFLAGS="-C target-feature=-crt-static"
51
-
52
ENV SCRIPT \
53
python2.7 ../x.py test --host $HOSTS --target $HOSTS && \
54
python2.7 ../x.py dist --host $HOSTS --target $HOSTS
0 commit comments