-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Stable crate hash depends on host tuple #113990
Copy link
Copy link
Open
Labels
A-crossArea: Cross compilationArea: Cross compilationA-metadataArea: Crate metadataArea: Crate metadataA-reproducibilityArea: Reproducible / deterministic buildsArea: Reproducible / deterministic buildsC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-crossArea: Cross compilationArea: Cross compilationA-metadataArea: Crate metadataArea: Crate metadataA-reproducibilityArea: Reproducible / deterministic buildsArea: Reproducible / deterministic buildsC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
A full reproducer for this creating an end-to-end issue can be found by executing
./run.shhere. 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