-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non-determinism of
package_data
in generated setup.py
files (…
…Cherry-pick of #15292) (#15299) As described in #14843, (some) tests which consumed `runtime_package_dependencies` would always miss the cache. This was because the dists generated for each run were slightly different, which came down to the `package_data` generated for `resources` being in a non-deterministic order due to iterating over a `set`. See #14195 (comment) for some thoughts on how to avoid this kind of issue in the future. Fixes #14843: warm CI times should drop by about 1 minute from ~3m to ~2m. [ci skip-rust]
- Loading branch information
Showing
2 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters