File tree Expand file tree Collapse file tree 8 files changed +281
-281
lines changed
tests/run-make/linker-warning Expand file tree Collapse file tree 8 files changed +281
-281
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ trap datecheck EXIT
229229# sccache server at the start of the build, but no need to worry if this fails.
230230SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true
231231
232- # Our build may overwrite config .toml, so we remove it here
233- rm -f config .toml
232+ # Our build may overwrite bootstrap .toml, so we remove it here
233+ rm -f bootstrap .toml
234234
235235$SRC /configure $RUST_CONFIGURE_ARGS
236236
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ fn run_rustc() -> Rustc {
44 let mut rustc = rustc ( ) ;
55 rustc
66 . arg ( "main.rs" )
7- // NOTE: `link-self-contained` can vary depending on config .toml.
7+ // NOTE: `link-self-contained` can vary depending on bootstrap .toml.
88 // Make sure we use a consistent value.
99 . arg ( "-Clink-self-contained=-linker" )
1010 . arg ( "-Zunstable-options" )
You can’t perform that action at this time.
0 commit comments