8000 Add x86_64-musl as a host architecture by strfry · Pull Request #55163 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Add x86_64-musl as a host architecture #55163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Revert "Set RUSTFLAGS env to make dylib work"
This reverts commit e52ea15.
  • Loading branch information
strfry committed Dec 7, 2018
commit a4a325c704c676009b626f7ab5a36ddb3fd944f4
2 changes: 0 additions & 2 deletions src/ci/docker/dist-x86_64-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ ENV HOSTS=x86_64-unknown-linux-musl \
# CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_LINKER=musl-gcc \
# CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_RUNNER="qemu-arm -L /musl-arm"

ENV RUSTFLAGS="-C target-feature=-crt-static"

ENV SCRIPT \
python2.7 ../x.py test --host $HOSTS --target $HOSTS && \
python2.7 ../x.py dist --host $HOSTS --target $HOSTS
0