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 5f4d268 commit e9a87b2Copy full SHA for e9a87b2
python/private/py_wheel.bzl
@@ -514,6 +514,8 @@ def _py_wheel_impl(ctx):
514
outputs = [outfile, name_file],
515
arguments = [args],
516
executable = ctx.executable._wheelmaker,
517
+ # The default shell env is used to better support toolchains that look
518
+ # up python at runtime using PATH.
519
use_default_shell_env = True,
520
progress_message = "Building wheel {}".format(ctx.label),
521
)
0 commit comments