We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f3d30 commit ab6d839Copy full SHA for ab6d839
examples/pip_parse_vendored/.bazelrc
@@ -5,5 +5,6 @@ build --enable_runfiles
5
6
# Vendoring requirements.bzl files isn't necessary under bzlmod
7
# When workspace support is dropped, this example can be removed.
8
-build --noexperimental_enable_bzlmod
9
-common:bazel7.x --incompatible_python_disallow_native_rules
+common --noenable_bzlmod
+common --enable_workspace
10
+common --incompatible_python_disallow_native_rules
0 commit comments