Commit 38eff7b
committed
gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit
The order of filenames provided by os.walk is filesystem-dependent.
Different filesystems return the files in a different order,
hence invalidating the digest.
Keeping everything sorted makes the digest deterministic.
Fixes #1424541 parent 3ec941b commit 38eff7b
File tree
2 files changed
+5
-1
lines changed- Misc/NEWS.d/next/Build
- Tools/jit
2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments