You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are only including the BUILD.bazel for the pythonpathconstruction, but it would be better if we included theRECORD` or some other file that changes from version to version. We could also ensure that the version is included somewhere in the BUILD.bazel file.
The text was updated successfully, but these errors were encountered:
Between 0.31.0 and 0.40.0 there was a bump in the internal
wheel_installer
deps and the repository cache currently is not invalidated.The repository files in the cache vs the new value after expunge is called:
The most likely culprit is the way we include the dependencies which could have regressed or never worked.
The code in question is in
rules_python/python/private/pypi/whl_library.bzl
Line 440 in 096a04f
Right now we are only including the
BUILD.bazel
for the pythonpathconstruction, but it would be better if we included the
RECORD` or some other file that changes from version to version. We could also ensure that the version is included somewhere in the BUILD.bazel file.The text was updated successfully, but these errors were encountered: