Use unconditional download-ci-llvm in setup_rust_fork.sh

For whatever reason someone decided to make the default if-changed
always checkout the llvm-project submodule, which takes a while.
This commit is contained in:
bjorn3 2024-09-15 17:40:12 +00:00
parent eee42f2679
commit 5349365566

View File

@ -25,6 +25,9 @@ git -c user.name=Dummy -c user.email=dummy@example.com -c commit.gpgSign=false \
cat > config.toml <<EOF
change-id = 999999
[llvm]
download-ci-llvm = true
[build]
rustc = "$(pwd)/../dist/bin/rustc-clif"
cargo = "$(rustup which cargo)"