Skip to content

Commit

Permalink
CI: don't force CI rustc for x86_64-gnu-tools
Browse files Browse the repository at this point in the history
CI alt rustc builds do not have rustc debug assertions currently.
  • Loading branch information
jieyouxu committed Nov 21, 2024
1 parent 1f4a6e3 commit de92e3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ ENV RUST_CONFIGURE_ARGS \
--enable-new-symbol-mangling

ENV HOST_TARGET x86_64-unknown-linux-gnu
ENV FORCE_CI_RUSTC 1

# NOTE(jieyouxu): currently rustc alt builds do *not* have rustc debug
# assertions enabled! Therefore, we cannot force download CI rustc.
#ENV FORCE_CI_RUSTC 1

COPY host-x86_64/dist-x86_64-linux/shared.sh /scripts/
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
Expand Down

0 comments on commit de92e3e

Please sign in to comment.