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 ae7365a commit 7c07625Copy full SHA for 7c07625
examples/pip_repository_annotations/.bazelrc
@@ -3,5 +3,6 @@ try-import %workspace%/user.bazelrc
3
4
# This example is WORKSPACE specific. The equivalent functionality
5
# 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
+common --noenable_bzlmod
+common --enable_workspace
8
+common --incompatible_python_disallow_native_rules
0 commit comments