Skip to content

Commit 94cb08a

Browse files
authored
Enable debug mode for RULES_PYTHON_REPO
1 parent ba87607 commit 94cb08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/cibuildwheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def _perform_build(
106106
)
107107

108108
env["CIBW_ENVIRONMENT"] = join_cibw_environment(cibw_environment)
109+
env["RULES_PYTHON_REPO_DEBUG"] = "1"
109110

110111
cibuildwheel_args = []
111112
if platform:

0 commit comments

Comments
 (0)