Investigate if stamp logic in bootstrap could be consistently handled #134962
Open
Description
opened on Dec 31, 2024
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.
Change of stamp looks sus: the same stamps build in
too, but now they desync. I think it's simpler to revert it in current pr (and optionally rework stamps in separate pr, so they can be produces somehow centralized).
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.
Activity