Remove no longer needed config option from setup_rust_fork.sh
This commit is contained in:
@@ -25,9 +25,6 @@ git -c user.name=Dummy -c user.email=dummy@example.com -c commit.gpgSign=false \
|
|||||||
cat > config.toml <<EOF
|
cat > config.toml <<EOF
|
||||||
change-id = 999999
|
change-id = 999999
|
||||||
|
|
||||||
[llvm]
|
|
||||||
ninja = false
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
rustc = "$(pwd)/../dist/bin/rustc-clif"
|
rustc = "$(pwd)/../dist/bin/rustc-clif"
|
||||||
cargo = "$(rustup which cargo)"
|
cargo = "$(rustup which cargo)"
|
||||||
|
|||||||
Reference in New Issue
Block a user