📦 Normalize tmp dir path in built artifacts#1591
Conversation
This patch makes sure that the random temporary directory path does not end up in the built C-extensions. The effect is that downstreams will get reproducible build results.
CodSpeed Performance ReportMerging #1591 will not alter performanceComparing Summary
|
d25bef6 to
7b651df
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1591 +/- ##
=======================================
Coverage 99.57% 99.57%
=======================================
Files 29 29
Lines 5872 5881 +9
Branches 266 266
=======================================
+ Hits 5847 5856 +9
Misses 21 21
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This doesn't appear to work: I had to set |
|
@rossburton what did you expect? I thought you wanted static paths so I've set it up to replace paths that contain random substrings with a path to the source checkout. |
This patch makes sure that the random temporary directory path does not end up in the built C-extensions. The effect is that downstreams will get reproducible build results.
Are there changes in behavior for the user?
Not really. It's just a different less random string that might end up in the built C-extensions.
Related issue number
Checklist