Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4a325c

Browse files
committedDec 7, 2018
Revert "Set RUSTFLAGS env to make dylib work"
This reverts commit e52ea15.
1 parent 609afa6 commit a4a325c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/ci/docker/dist-x86_64-musl/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ ENV HOSTS=x86_64-unknown-linux-musl \
4747
# CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_LINKER=musl-gcc \
4848
# CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_RUNNER="qemu-arm -L /musl-arm"
4949

50-
ENV RUSTFLAGS="-C target-feature=-crt-static"
51-
5250
ENV SCRIPT \
5351
python2.7 ../x.py test --host $HOSTS --target $HOSTS && \
5452
python2.7 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)
Please sign in to comment.