Closed
Description
When I do ./x.py build --stage 0 src/libcore
, it just builds libcore with the bootstrap compiler and is done fairly quickly. However, if I want to run the tests using ./x.py test --stage 0 src/libcore
, it goes ahead and compiles a stage 0 rustc and does a stage 1 std build and tests that! This takes forever. Seems like stage handling is off when using test
?
Metadata
Metadata
Assignees
Labels
No labels