We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x check
1 parent 694a8aa commit 520bb35Copy full SHA for 520bb35
src/bootstrap/defaults/bootstrap.compiler.toml
@@ -1,5 +1,7 @@
1
# These defaults are meant for contributors to the compiler who do not modify codegen or LLVM
2
[build]
3
+# Enforce stage0 to avoid checking stage1 std which requires to build stage1 compiler.
4
+check-stage = 0
5
# Contributors working on the compiler will probably expect compiler docs to be generated.
6
compiler-docs = true
7
0 commit comments