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:
parent
eee42f2679
commit
5349365566
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user