Skip to content

Commit a3bb170

Browse files
committed
disable download-rustc on x86_64-gnu-integration
Signed-off-by: onur-ozkan <[email protected]>
1 parent ee5f51a commit a3bb170

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ RUN mkdir -p $RUST_INSTALL_DIR/etc
5858
# Fuchsia only supports LLVM.
5959
ENV CODEGEN_BACKENDS llvm
6060

61+
# download-rustc is not allowed for `x install`
62+
ENV NO_DOWNLOAD_CI_RUSTC 1
63+
6164
ENV RUST_CONFIGURE_ARGS \
6265
--prefix=$RUST_INSTALL_DIR \
6366
--sysconfdir=etc \
@@ -70,6 +73,7 @@ ENV RUST_CONFIGURE_ARGS \
7073
--set target.x86_64-unknown-fuchsia.ar=/usr/local/bin/llvm-ar \
7174
--set target.x86_64-unknown-fuchsia.ranlib=/usr/local/bin/llvm-ranlib \
7275
--set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
76+
7377
ENV SCRIPT \
7478
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
7579
bash ../src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh

0 commit comments

Comments
 (0)