diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-06-17 12:59:13 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-07-06 17:12:43 +0200 |
| commit | 0aa4ef964de58538046f54c8c64d76fd06c72e3d (patch) | |
| tree | 426dd49f09e23d84c6217b317d4d20cce52afe81 /src/bootstrap/defaults | |
| parent | c83e217d268d25960a0c79c6941bcb3917a6a0af (diff) | |
| download | rust-0aa4ef964de58538046f54c8c64d76fd06c72e3d.tar.gz rust-0aa4ef964de58538046f54c8c64d76fd06c72e3d.zip | |
Make default check stage be 1, and error out on checking with stage 0
Diffstat (limited to 'src/bootstrap/defaults')
| -rw-r--r-- | src/bootstrap/defaults/bootstrap.library.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/defaults/bootstrap.library.toml b/src/bootstrap/defaults/bootstrap.library.toml index 6a867093b78..24ff87191d6 100644 --- a/src/bootstrap/defaults/bootstrap.library.toml +++ b/src/bootstrap/defaults/bootstrap.library.toml @@ -1,7 +1,6 @@ # These defaults are meant for contributors to the standard library and documentation. [build] bench-stage = 1 -check-stage = 1 test-stage = 1 [rust] |
