Skip to content

Commit 7c07625

Browse files
committed
drop bazel 6 for pip_parse example
1 parent ae7365a commit 7c07625

File tree

1 file changed

+3
-2
lines changed
  • examples/pip_repository_annotations

1 file changed

+3
-2
lines changed

examples/pip_repository_annotations/.bazelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ try-import %workspace%/user.bazelrc
33

44
# This example is WORKSPACE specific. The equivalent functionality
55
# is in examples/bzlmod as the `whl_mods` feature.
6-
build --experimental_enable_bzlmod=false --enable_workspace=true
7-
common:bazel7.x --incompatible_python_disallow_native_rules
6+
common --noenable_bzlmod
7+
common --enable_workspace
8+
common --incompatible_python_disallow_native_rules

0 commit comments

Comments
 (0)