Skip to content

Commit 33b5d65

Browse files
committed
clarify comment is an internal detail
1 parent 6d841d1 commit 33b5d65

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • gazelle/examples/bzlmod_build_file_generation

gazelle/examples/bzlmod_build_file_generation/.bazelrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ common --experimental_enable_bzlmod
88
coverage --java_runtime_version=remotejdk_11
99
common: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.
1416
common --override_module=rules_python=../../../

0 commit comments

Comments
 (0)