We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9529e09 commit a111a5aCopy full SHA for a111a5a
1 file changed
python/private/pypi/whl_library.bzl
@@ -358,6 +358,8 @@ def _whl_library_impl(rctx):
358
enable_pipstar = (rp_config.enable_pipstar or whl_path) and rctx.attr.config_load
359
enable_pipstar_extract = enable_pipstar and rp_config.bazel_8_or_later
360
361
+ # When pipstar is enabled, Python isn't used, so there's no need
362
+ # to setup env vars to run Python.
363
if enable_pipstar_extract:
364
environment = {}
365
else:
0 commit comments