We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5f51a commit a3bb170Copy full SHA for a3bb170
src/ci/docker/host-x86_64/x86_64-fuchsia/Dockerfile
@@ -58,6 +58,9 @@ RUN mkdir -p $RUST_INSTALL_DIR/etc
58
# Fuchsia only supports LLVM.
59
ENV CODEGEN_BACKENDS llvm
60
61
+# download-rustc is not allowed for `x install`
62
+ENV NO_DOWNLOAD_CI_RUSTC 1
63
+
64
ENV RUST_CONFIGURE_ARGS \
65
--prefix=$RUST_INSTALL_DIR \
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
77
ENV SCRIPT \
78
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
79
bash ../src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh
0 commit comments