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
While adopting rules_oci for python using the macro py_oci_image, I noticed non-interpreter files in the interpreter layer. Some of the site-packages have compiled modules for cpython-*, which pass the regex for interpreter (screenshot attached).
What happened?
While adopting
rules_oci
for python using the macropy_oci_image
, I noticed non-interpreter files in the interpreter layer. Some of the site-packages have compiled modules forcpython-*
, which pass the regex for interpreter (screenshot attached)..../bazel-bin/services/services_image.interpreter_tar_manifest.spec
:Should be a simple fix:
Happy to open a PR!
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: