Skip to content

./x.py test --stage 0 src/libcore compiles rustc #52176

Closed
@RalfJung

Description

@RalfJung

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions