Skip to content

Commit ab6d839

Browse files
committed
drop bazel 6 support for pip_parse_vendored
1 parent b1f3d30 commit ab6d839

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/pip_parse_vendored/.bazelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ build --enable_runfiles
55

66
# Vendoring requirements.bzl files isn't necessary under bzlmod
77
# When workspace support is dropped, this example can be removed.
8-
build --noexperimental_enable_bzlmod
9-
common:bazel7.x --incompatible_python_disallow_native_rules
8+
common --noenable_bzlmod
9+
common --enable_workspace
10+
common --incompatible_python_disallow_native_rules

0 commit comments

Comments
 (0)