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
fix(pypi): don't resolve python interpreter when not necessary (bazel-contrib#3727)
Before the PR we would not set the environment for python
interpreter if we would not need the interpreter, but we
still resolve the python interpreter, which works on some
systems that have a minimal Python installation.
With this change we stop resolving the Python interpreter
in cases were we should not need it. To ensure that we are
not accidentally using it, `python_interpreter` is set to
None when we use `pipstar` and do not do any patching, that
still requires the Python interpreter.
Fixesbazel-contrib#3712
---------
Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
0 commit comments