We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x86_64-gnu-tools
1 parent dab61db commit f7f8ad9Copy full SHA for f7f8ad9
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -84,7 +84,10 @@ ENV RUST_CONFIGURE_ARGS \
84
--enable-new-symbol-mangling
85
86
ENV HOST_TARGET x86_64-unknown-linux-gnu
87
-ENV FORCE_CI_RUSTC 1
+
88
+# FIXME(#133381): currently rustc alt builds do *not* have rustc debug
89
+# assertions enabled! Therefore, we cannot force download CI rustc.
90
+#ENV FORCE_CI_RUSTC 1
91
92
COPY host-x86_64/dist-x86_64-linux/shared.sh /scripts/
93
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
0 commit comments