Stable crate hash depends on host tuple #113990
Labels
A-cross
Area: Cross compilation
A-metadata
Area: Crate metadata
A-reproducibility
Area: Reproducible / deterministic builds
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
A full reproducer for this creating an end-to-end issue can be found by executing
./run.sh
here. Note that the script assumes x86-64-unknown-linux-gnu and probably requires first running the rustup commands commented out at the top.Running it currently gets me, on both stable and nightly:
My guess is that the root cause of this problem is significantly worse on nightly than on stable:
On nightly:
While on stable:
cc @saethlin , this makes me think it's related to your changes
Meta
The text was updated successfully, but these errors were encountered: