-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: 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)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
When I do ./x.py check
, it says:
Checking stage0 cargomiri artifacts (x86_64-unknown-linux-gnu)
Strangely, when I do ./x.py test miri
, it uses the correct name:
Building tool cargo-miri (stage0 -> stage1, x86_64-unknown-linux-gnu)
No idea how it is even possible for this tool to have two different names inside bootstrap...
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: 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)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)