File tree Expand file tree Collapse file tree
gazelle/examples/bzlmod_build_file_generation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ common --experimental_enable_bzlmod
88coverage --java_runtime_version=remotejdk_11
99common:bazel7.x --incompatible_python_disallow_native_rules
1010
11- # NOTE: rules_python MUST be overridden using bazelrc config.
12- # This is because the BCR presubmits run with a different directory
13- # structure, so override this to remove the override.
11+ # NOTE: This override is specific to the development of gazelle itself
12+ # and the testing of it during its BCR release presubmits.
13+ # In development of gazelle itself, we override it to the development
14+ # rules_python code. In the BCR presubmits, this override is removed
15+ # and the bazel_dep version of rules_python is used.
1416common --override_module=rules_python=../../../
You can’t perform that action at this time.
0 commit comments