Skip to content

Commit f7f8ad9

Browse files
committed
ci: don't force CI rustc for x86_64-gnu-tools
CI alt rustc builds do not have rustc debug assertions currently.
1 parent dab61db commit f7f8ad9

File tree

1 file changed

+4
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+4
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ ENV RUST_CONFIGURE_ARGS \
8484
--enable-new-symbol-mangling
8585

8686
ENV HOST_TARGET x86_64-unknown-linux-gnu
87-
ENV FORCE_CI_RUSTC 1
87+
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
8891

8992
COPY host-x86_64/dist-x86_64-linux/shared.sh /scripts/
9093
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/

0 commit comments

Comments
 (0)