Skip to content

Commit c4c0e3e

Browse files
committed
don't force for stage0 builds
We don’t need this anymore as precompiled rustc will be used to avoid long build times. Signed-off-by: onur-ozkan <[email protected]>
1 parent 329dacf commit c4c0e3e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/bootstrap/defaults/config.library.toml

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
# These defaults are meant for contributors to the standard library and documentation.
2-
[build]
3-
# When building the standard library, you almost never want to build the compiler itself.
4-
build-stage = 0
5-
test-stage = 0
6-
bench-stage = 0
7-
82
[rust]
93
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
104
incremental = true

0 commit comments

Comments
 (0)