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 3822ed8 commit 16a622aCopy full SHA for 16a622a
src/ci/docker/host-x86_64/x86_64-fuchsia/Dockerfile
@@ -75,7 +75,7 @@ ENV RUST_CONFIGURE_ARGS \
75
--set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
76
77
ENV SCRIPT \
78
- echo "x install" && df -h / \
+ echo "x install" && df -h / && \
79
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
80
- echo "build fuchsia" && df -h / \
+ echo "build fuchsia" && df -h / && \
81
bash ../src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh
0 commit comments