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 a419cf5 commit 0850b9bCopy full SHA for 0850b9b
1 file changed
tests/runtime_env_toolchain/BUILD.bazel
@@ -25,6 +25,9 @@ py_reconfig_test(
25
data = [
26
"//tests/support:current_build_settings",
27
],
28
+ env = {
29
+ "RULES_PYTHON_BOOTSTRAP_VERBOSE": "1",
30
+ },
31
extra_toolchains = [
32
"//python/runtime_env_toolchains:all",
33
# Necessary for RBE CI
0 commit comments