about summary refs log tree commit diff
path: root/src/bootstrap/defaults
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-03-12 17:26:20 +0300
committeronur-ozkan <work@onurozkan.dev>2025-05-30 21:03:57 +0300
commit4d5dab3f388c0741eaa7c698a11930e6646308f1 (patch)
tree488a6683e1a3afb1ba65b6965ebc07125ea8dc4a /src/bootstrap/defaults
parent37cd39f3ce831afdfb4741474bdeefafda93bf6a (diff)
downloadrust-4d5dab3f388c0741eaa7c698a11930e6646308f1.tar.gz
rust-4d5dab3f388c0741eaa7c698a11930e6646308f1.zip
update stage defaults
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap/defaults')
-rw-r--r--src/bootstrap/defaults/bootstrap.library.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bootstrap/defaults/bootstrap.library.toml b/src/bootstrap/defaults/bootstrap.library.toml
index b43796d6f20..1df97394d51 100644
--- a/src/bootstrap/defaults/bootstrap.library.toml
+++ b/src/bootstrap/defaults/bootstrap.library.toml
@@ -1,9 +1,9 @@
 # These defaults are meant for contributors to the standard library and documentation.
 [build]
 # When building the standard library, you almost never want to build the compiler itself.
-build-stage = 0
-test-stage = 0
-bench-stage = 0
+build-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.