Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 16a622a

Browse files
committed
fix SCRIPT
1 parent 3822ed8 commit 16a622a

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-fuchsia

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-fuchsia/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ENV RUST_CONFIGURE_ARGS \
7575
--set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
7676

7777
ENV SCRIPT \
78-
echo "x install" && df -h / \
78+
echo "x install" && df -h / && \
7979
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
80-
echo "build fuchsia" && df -h / \
80+
echo "build fuchsia" && df -h / && \
8181
bash ../src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh

0 commit comments

Comments
 (0)