File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
pip_repository_annotations Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ buildifier:
4848 - " --noenable_bzlmod"
4949 - " --test_tag_filters=-integration-test"
5050.common_workspace_flags : &common_workspace_flags
51+ skip_in_bazel_downstream_pipeline : " Bazel 9 doesn't support workspace"
5152 test_flags :
5253 - " --noenable_bzlmod"
5354 - " --enable_workspace"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ 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
6+ build --experimental_enable_bzlmod=false --enable_workspace=true
77common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change 11# The equivalent bzlmod behavior is covered by examples/bzlmod/py_proto_library
2- common --noenable_bzlmod
2+ common --noenable_bzlmod --enable_workspace=true
33common:bazel7.x --incompatible_python_disallow_native_rules
You can’t perform that action at this time.
0 commit comments