replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make
This commit is contained in:
parent
3723f15c77
commit
99aa4ed85f
8 changed files with 281 additions and 281 deletions
|
@ -4,7 +4,7 @@ fn run_rustc() -> Rustc {
|
|||
let mut rustc = rustc();
|
||||
rustc
|
||||
.arg("main.rs")
|
||||
// NOTE: `link-self-contained` can vary depending on config.toml.
|
||||
// NOTE: `link-self-contained` can vary depending on bootstrap.toml.
|
||||
// Make sure we use a consistent value.
|
||||
.arg("-Clink-self-contained=-linker")
|
||||
.arg("-Zunstable-options")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue