Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(determinism): copy two missing entries from data_excludes #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2022
Merged

Conversation

alexeagle
Copy link
Contributor

We install some pip packages to bootstrap the pip_install/pip_parse rules, and these were allowing .pyc files as data deps. In some clients I observe that pip install is creating these with non-determinism and busting the python action caches. We already had a correct solution for user-installed packages, so we just need to include those entries for the built-ins.

We install some pip packages to bootstrap the pip_install/pip_parse rules, and these were allowing .pyc files as data deps.
In some clients I observe that pip install is creating these with non-determinism and busting the python action caches.
We already had a correct solution for user-installed packages, so we just need to include those entries for the built-ins.
@alexeagle alexeagle requested a review from hrfuller as a code owner November 10, 2022 18:14
@alexeagle alexeagle requested a review from f0rmiga November 10, 2022 18:14
Copy link
Contributor

@hrfuller hrfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for catching this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants