From 8a65d9febb86539e502faee868870f0dcd444693 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Tue, 3 Jun 2025 10:55:13 +0300 Subject: [PATCH] make library profile to use stage 1 on `x check` Signed-off-by: onur-ozkan --- src/bootstrap/defaults/bootstrap.library.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bootstrap/defaults/bootstrap.library.toml b/src/bootstrap/defaults/bootstrap.library.toml index 6edd00922ae2..895e50b9a20a 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] -build-stage = 1 -test-stage = 1 bench-stage = 1 +build-stage = 1 +check-stage = 1 +test-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.