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 f6a3324 commit e3b223dCopy full SHA for e3b223d
1 file changed
python/private/zipapp/py_zipapp_rule.bzl
@@ -207,6 +207,7 @@ def _transition_zipapp_impl(settings, attr):
207
208
# Force this to false, otherwise the binary is already a zipapp
209
settings[labels.BUILD_PYTHON_ZIP] = False
210
+ settings["//command_line_option:build_python_zip"] = False
211
return settings
212
213
_zipapp_transition = transition(
0 commit comments