disable CI rustc when not using CI LLVM
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
11af16c983
commit
9826e3ece3
@ -169,6 +169,8 @@ else
|
|||||||
if [ "$NO_DOWNLOAD_CI_LLVM" = "" ]; then
|
if [ "$NO_DOWNLOAD_CI_LLVM" = "" ]; then
|
||||||
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.download-ci-llvm=if-unchanged"
|
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.download-ci-llvm=if-unchanged"
|
||||||
else
|
else
|
||||||
|
# CI rustc requires CI LLVM to be enabled (see https://github.com/rust-lang/rust/issues/123586).
|
||||||
|
NO_DOWNLOAD_CI_RUSTC=1
|
||||||
# When building for CI we want to use the static C++ Standard library
|
# When building for CI we want to use the static C++ Standard library
|
||||||
# included with LLVM, since a dynamic libstdcpp may not be available.
|
# included with LLVM, since a dynamic libstdcpp may not be available.
|
||||||
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
|
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user