diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-23 11:20:46 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-23 11:20:46 +0000 |
| commit | 32b608a439ef0015251b7339b4ab33d72be2397e (patch) | |
| tree | dcdaa89999fe6540dc8e331265938440cd0fab49 /scripts/setup_rust_fork.sh | |
| parent | 02b0f3b5ab793973e31d4725b6caf6bf849c22b6 (diff) | |
Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-2024-09-22
Diffstat (limited to 'scripts/setup_rust_fork.sh')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index 684a5d07293..2f13b0b9cb8 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -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)" |
