Skip to content

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.

4 participants