Skip to content

Commit ed7f8c5

Browse files
strfrymati865
authored andcommitted
Enable dist-x86_64-musl as a host architexture
1 parent ea43c3c commit ed7f8c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ ENV RUST_CONFIGURE_ARGS \
4141
# See: https://github.com/rust-lang/rust/issues/34978
4242
ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
4343

44+
ENV HOSTS=x86_64-unknown-linux-musl
45+
4446
ENV SCRIPT \
45-
python2.7 ../x.py test --target x86_64-unknown-linux-musl && \
46-
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

Comments
 (0)