use precompiled rustc for non-dist builders by default

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-04-24 17:06:11 +03:00
parent 6a3c45e1c6
commit 11af16c983

View File

@ -173,6 +173,10 @@ else
# included with LLVM, since a dynamic libstdcpp may not be available.
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
fi
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
fi
fi
if [ "$ENABLE_GCC_CODEGEN" = "1" ]; then