Skip to content

Commit

Permalink
Use unconditional download-ci-llvm in setup_rust_fork.sh
Browse files Browse the repository at this point in the history
For whatever reason someone decided to make the default if-changed
always checkout the llvm-project submodule, which takes a while.
  • Loading branch information
bjorn3 committed Sep 15, 2024
1 parent eee42f2 commit 5349365
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup_rust_fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5349365

Please sign in to comment.