From 99aa4ed85f15af7c71ea6c2e46eae36f8bc78894 Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Sat, 15 Feb 2025 20:17:03 +0530 Subject: replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make --- src/ci/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ci') diff --git a/src/ci/run.sh b/src/ci/run.sh index 00bfa1f8ea2..6980d8220e5 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -229,8 +229,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 -- cgit 1.4.1-3-g733a5