Commit 3f0d62d
authored
fix(determinism): copy two missing entries from data_excludes (#881)
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.1 parent 24a8b74 commit 3f0d62d
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
| |||
0 commit comments