diff options
| author | onur-ozkan <work@onurozkan.dev> | 2025-06-03 10:55:13 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2025-06-03 11:00:33 +0300 |
| commit | 8a65d9febb86539e502faee868870f0dcd444693 (patch) | |
| tree | f113e9fdd6fae16e58e5fa60fab40be3a7bc22c2 /src | |
| parent | 4e71f24a6bdda70c1608604ca552fb1b8636649b (diff) | |
| download | rust-8a65d9febb86539e502faee868870f0dcd444693.tar.gz rust-8a65d9febb86539e502faee868870f0dcd444693.zip | |
make library profile to use stage 1 on `x check`
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/defaults/bootstrap.library.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/defaults/bootstrap.library.toml b/src/bootstrap/defaults/bootstrap.library.toml index 6edd00922ae..895e50b9a20 100644 --- a/src/bootstrap/defaults/bootstrap.library.toml +++ b/src/bootstrap/defaults/bootstrap.library.toml @@ -1,8 +1,9 @@ # These defaults are meant for contributors to the standard library and documentation. [build] +bench-stage = 1 build-stage = 1 +check-stage = 1 test-stage = 1 -bench-stage = 1 [rust] # This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower. |
