Skip to content

Commit e3b223d

Browse files
committed
try setting command_line_option:build_python_zip=false
1 parent f6a3324 commit e3b223d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/private/zipapp/py_zipapp_rule.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def _transition_zipapp_impl(settings, attr):
207207

208208
# Force this to false, otherwise the binary is already a zipapp
209209
settings[labels.BUILD_PYTHON_ZIP] = False
210+
settings["//command_line_option:build_python_zip"] = False
210211
return settings
211212

212213
_zipapp_transition = transition(

0 commit comments

Comments
 (0)