Skip to content

Commit 520bb35

Browse files
committed
make compiler profile to use stage0 on x check
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 694a8aa commit 520bb35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/defaults/bootstrap.compiler.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# These defaults are meant for contributors to the compiler who do not modify codegen or LLVM
22
[build]
3+
# Enforce stage0 to avoid checking stage1 std which requires to build stage1 compiler.
4+
check-stage = 0
35
# Contributors working on the compiler will probably expect compiler docs to be generated.
46
compiler-docs = true
57

0 commit comments

Comments
 (0)