File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/ci/docker/host-x86_64/x86_64-fuchsia Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ RUN mkdir -p $RUST_INSTALL_DIR/etc
58
58
# Fuchsia only supports LLVM.
59
59
ENV CODEGEN_BACKENDS llvm
60
60
61
+ # download-rustc is not allowed for `x install`
62
+ ENV NO_DOWNLOAD_CI_RUSTC 1
63
+
61
64
ENV RUST_CONFIGURE_ARGS \
62
65
--prefix=$RUST_INSTALL_DIR \
63
66
--sysconfdir=etc \
@@ -70,6 +73,7 @@ ENV RUST_CONFIGURE_ARGS \
70
73
--set target.x86_64-unknown-fuchsia.ar=/usr/local/bin/llvm-ar \
71
74
--set target.x86_64-unknown-fuchsia.ranlib=/usr/local/bin/llvm-ranlib \
72
75
--set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
76
+
73
77
ENV SCRIPT \
74
78
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
75
79
bash ../src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh
You can’t perform that action at this time.
0 commit comments