We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee42f2 commit 5349365Copy full SHA for 5349365
scripts/setup_rust_fork.sh
@@ -25,6 +25,9 @@ git -c user.name=Dummy -c user.email=dummy@example.com -c commit.gpgSign=false \
25
cat > config.toml <<EOF
26
change-id = 999999
27
28
+[llvm]
29
+download-ci-llvm = true
30
+
31
[build]
32
rustc = "$(pwd)/../dist/bin/rustc-clif"
33
cargo = "$(rustup which cargo)"
0 commit comments