Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ ENV CFLAGS_i586_unknown_linux_musl=-Wa,-mrelax-relocations=no

ENV TARGETS=i586-unknown-linux-gnu,i686-unknown-linux-musl

ENV SCRIPT="python3 ../x.py --stage 2 test --host= --target $TARGETS && \
python3 ../x.py dist --host= --target $TARGETS,i586-unknown-linux-musl"
ENV SCRIPT="python3 ../x.py dist --host= --target $TARGETS,i586-unknown-linux-musl"
3 changes: 1 addition & 2 deletions src/ci/docker/host-x86_64/dist-various-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ ENV RUST_CONFIGURE_ARGS="--musl-root-armv5te=/musl-armv5te \
--musl-root-armv7hf=/musl-armv7hf \
--disable-docs"

ENV SCRIPT="python3 ../x.py --stage 2 test --host= --target $RUN_MAKE_TARGETS tests/run-make tests/run-make-cargo && \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remark: this always tripped me up yeah

python3 ../x.py dist --host= --target $TARGETS"
ENV SCRIPT="python3 ../x.py dist --host= --target $TARGETS"

# sccache
COPY scripts/sccache.sh /scripts/
Expand Down
Loading