Skip to content

Commit 5349365

Browse files
committed
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.
1 parent eee42f2 commit 5349365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/setup_rust_fork.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ git -c user.name=Dummy -c user.email=dummy@example.com -c commit.gpgSign=false \
2525
cat > config.toml <<EOF
2626
change-id = 999999
2727
28+
[llvm]
29+
download-ci-llvm = true
30+
2831
[build]
2932
rustc = "$(pwd)/../dist/bin/rustc-clif"
3033
cargo = "$(rustup which cargo)"

0 commit comments

Comments
 (0)