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 ea43c3c commit ed7f8c5Copy full SHA for ed7f8c5
src/ci/docker/dist-x86_64-musl/Dockerfile
@@ -41,6 +41,8 @@ ENV RUST_CONFIGURE_ARGS \
41
# See: https://github.com/rust-lang/rust/issues/34978
42
ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
43
44
+ENV HOSTS=x86_64-unknown-linux-musl
45
+
46
ENV SCRIPT \
- python2.7 ../x.py test --target x86_64-unknown-linux-musl && \
- python2.7 ../x.py dist --target x86_64-unknown-linux-musl
47
+ python2.7 ../x.py test --host $HOSTS --target $HOSTS && \
48
+ python2.7 ../x.py dist --host $HOSTS --target $HOSTS
0 commit comments