We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11af16c commit 9826e3eCopy full SHA for 9826e3e
src/ci/run.sh
@@ -169,6 +169,8 @@ else
169
if [ "$NO_DOWNLOAD_CI_LLVM" = "" ]; then
170
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.download-ci-llvm=if-unchanged"
171
else
172
+ # CI rustc requires CI LLVM to be enabled (see https://github.com/rust-lang/rust/issues/123586).
173
+ NO_DOWNLOAD_CI_RUSTC=1
174
# When building for CI we want to use the static C++ Standard library
175
# included with LLVM, since a dynamic libstdcpp may not be available.
176
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
0 commit comments