Skip to content

Commit 9800e07

Browse files
committed
drop bazel 6 support for py_proto_library example
1 parent 7c07625 commit 9800e07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/py_proto_library/.bazelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# The equivalent bzlmod behavior is covered by examples/bzlmod/py_proto_library
2-
common --noenable_bzlmod --enable_workspace=true
3-
common:bazel7.x --incompatible_python_disallow_native_rules
2+
common --noenable_bzlmod
3+
common --enable_workspace
4+
common --incompatible_python_disallow_native_rules

0 commit comments

Comments
 (0)