-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
C-bugCategory: bugCategory: bugS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Problem
For debugging issues with (un-)reproducible builds, one common approach is to diff intermediate files of the build to get closer to the source of non-determinism.
However, there are currently some random variations in generated files in the target/ dir that make it harder to find the relevant diffs.
Steps
cargo build && mv target{,.1} && cargo build && diff -u target{,.1}
Possible Solution(s)
PR #16691 addresses one part of these issues.
There is a 2nd change needed.
Notes
No response
Version
cargo 1.93.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Type
Fields
Give feedbackNo fields configured for issues without a type.