mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
ci: don't force CI rustc for x86_64-gnu-tools
CI alt rustc builds do not have rustc debug assertions currently.
This commit is contained in:
parent
dab61db1ac
commit
f7f8ad92a1
@ -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
|
||||
|
||||
# FIXME(#133381): 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/
|
||||
|
Loading…
Reference in New Issue
Block a user