Commit 154b8b1
committed
Bump
### What does this PR do?
Update `rules_python` from version 1.6.3 to 1.8.3 to reduce the number
of DEBUG warnings seen in CI, which tends to indicate a combinatorial
explosion.
### Motivation
Some CI runs generate thousands of warnings like:
```
DEBUG: rules_python:pypi:create_whl_repos WARNING: Could not find a whl or an sdist with sha256=...
```
([example](https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1406186495)).
While switching to version 1.8.x alone is unlikely to eliminate all
warnings, it brings changes that should help reduce their frequency:
- bazel-contrib/rules_python#3225
- bazel-contrib/rules_python#3385
- bazel-contrib/rules_python#3441
- bazel-contrib/rules_python#3432
- bazel-contrib/rules_python#3447
### Additional Notes
This is a mitigation/preparation step: if warning counts don't decrease
significantly, the next step would be to add `target_platforms` to the
`pip.parse()` configuration to explicitly limit platform checks, which
is worth a dedicated PR.rules_python from 1.6.3 to 1.8.31 parent 86e0a74 commit 154b8b1
3 files changed
Lines changed: 253 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
161 | 168 | | |
162 | 169 | | |
163 | 170 | | |
164 | | - | |
165 | | - | |
166 | 171 | | |
167 | 172 | | |
168 | 173 | | |
| |||
0 commit comments