Skip to content

it rebuilds "stage0 tool compiletest" even if you only change the compiler #50060

Closed
@est31

Description

@est31

Do the following: ./x.py test --stage 1 src/test/run-pass --test-gs i128

Then change something in the compiler, e.g. a comment in librustc.

Then invoke the command again. You'll see that not just the compiler but also compiletest is being recompiled even though it doesn't have to.

cc @Mark-Simulacrum

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: An issue proposing an enhancement or a PR with one.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions