Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ buildifier:
- "--noenable_bzlmod"
- "--test_tag_filters=-integration-test"
.common_workspace_flags: &common_workspace_flags
skip_in_bazel_downstream_pipeline: "Bazel 9 doesn't support workspace"
test_flags:
- "--noenable_bzlmod"
- "--enable_workspace"
Expand Down
2 changes: 1 addition & 1 deletion examples/pip_repository_annotations/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ try-import %workspace%/user.bazelrc

# This example is WORKSPACE specific. The equivalent functionality
# is in examples/bzlmod as the `whl_mods` feature.
build --experimental_enable_bzlmod=false
build --experimental_enable_bzlmod=false --enable_workspace=true
common:bazel7.x --incompatible_python_disallow_native_rules
2 changes: 1 addition & 1 deletion examples/py_proto_library/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The equivalent bzlmod behavior is covered by examples/bzlmod/py_proto_library
common --noenable_bzlmod
common --noenable_bzlmod --enable_workspace=true
common:bazel7.x --incompatible_python_disallow_native_rules