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.
2 parents 8e50128 + def3f2a commit 521486dCopy full SHA for 521486d
tools/bazel_integration_test/test_runner.py
@@ -79,6 +79,7 @@ def main(conf_file):
79
"--override_module=rules_python=%s/rules_python"
80
% os.environ["TEST_SRCDIR"]
81
)
82
+ bazel_args.append("--enable_bzlmod")
83
84
# Bazel's wrapper script needs this or you get
85
# 2020/07/13 21:58:11 could not get the user's cache directory: $HOME is not defined
0 commit comments