File tree 8 files changed +282
-282
lines changed
tests/run-make/linker-warning
8 files changed +282
-282
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ trap datecheck EXIT
226
226
# sccache server at the start of the build, but no need to worry if this fails.
227
227
SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true
228
228
229
- # Our build may overwrite config .toml, so we remove it here
230
- rm -f config .toml
229
+ # Our build may overwrite bootstrap .toml, so we remove it here
230
+ rm -f bootstrap .toml
231
231
232
232
$SRC /configure $RUST_CONFIGURE_ARGS
233
233
262
262
fi
263
263
264
264
if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
265
- rm -f config .toml
265
+ rm -f bootstrap .toml
266
266
$SRC /configure --set change-id=99999999
267
267
268
268
# Save the build metrics before we wipe the directory
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 {
4
4
let mut rustc = rustc ( ) ;
5
5
rustc
6
6
. 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.
8
8
// Make sure we use a consistent value.
9
9
. arg ( "-Clink-self-contained=-linker" )
10
10
. arg ( "-Zunstable-options" )
You can’t perform that action at this time.
0 commit comments