Skip to content

bootstrap: fingerprinting is broken somehow #117983

Closed
@matthiaskrgr

Description

@matthiaskrgr

I noticed that 2 subsequent x.py check runs would recheck a bunch of tools even with no code change in between :/

repro:
inside git repo, run

RUSTFLAGS="" RUSTC_WRAPPER=""  ./x.py check
RUSTFLAGS="" RUSTC_WRAPPER=""  ./x.py check

the second run will not finish immediately but recheck some stuff for some reason.

Metadata

Metadata

Assignees

Labels

C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions