Investigate if stamp logic in bootstrap could be consistently handled #134962
Labels
A-bootstrap-stamp
Area: bootstrap stamp logic
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
We were looking to revisit the
tool_check_step!
macro in check logic in #134950, but found that stamp logic was scattered. Different check steps (and probably other step kinds) might not have their stamp logic be consistently handled if only one stamp logic site is changed but not the others.Originally posted by @klensy in #134950 (comment)
Might be valuable to double-check how stamps are handled throughout bootstrap, and possibly unify the stamp handling logic so they don't risk diverging.
The text was updated successfully, but these errors were encountered: