Skip to content

Commit

Permalink
replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/…
Browse files Browse the repository at this point in the history
…run-make
  • Loading branch information
Shourya742 committed Feb 16, 2025
1 parent 76c12d7 commit 6b86aae
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 282 deletions.
6 changes: 3 additions & 3 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ trap datecheck EXIT
# sccache server at the start of the build, but no need to worry if this fails.
SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true

# Our build may overwrite config.toml, so we remove it here
rm -f config.toml
# Our build may overwrite bootstrap.toml, so we remove it here
rm -f bootstrap.toml

$SRC/configure $RUST_CONFIGURE_ARGS

Expand Down Expand Up @@ -262,7 +262,7 @@ else
fi

if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
rm -f config.toml
rm -f bootstrap.toml
$SRC/configure --set change-id=99999999

# Save the build metrics before we wipe the directory
Expand Down
92 changes: 46 additions & 46 deletions src/etc/completions/x.fish

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions src/etc/completions/x.ps1

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions src/etc/completions/x.py.fish

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions src/etc/completions/x.py.ps1

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions src/etc/completions/x.py.zsh

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions src/etc/completions/x.zsh

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/run-make/linker-warning/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6b86aae

Please sign in to comment.