Skip to content

Commit 32c892d

Browse files
committed
make library profile to use stage 1 on x check
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7cfa94b commit 32c892d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/defaults/bootstrap.library.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# These defaults are meant for contributors to the standard library and documentation.
22
[build]
3+
bench-stage = 1
34
build-stage = 1
5+
check-stage = 1
46
test-stage = 1
5-
bench-stage = 1
67

78
[rust]
89
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.

0 commit comments

Comments
 (0)