File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed
pip_repository_annotations Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ build --enable_runfiles
55
66# The bzlmod version of this example is in examples/bzlmod_build_file_generation
77# Once WORKSPACE support is dropped, this example can be entirely deleted.
8- common --noenable_bzlmod
9- common --enable_workspace
8+ build --experimental_enable_bzlmod=false
109
1110common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -5,7 +5,5 @@ 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- common --noenable_bzlmod
9- common --enable_workspace
10-
8+ build --noexperimental_enable_bzlmod
119common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -3,7 +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- common --noenable_bzlmod
7- common --enable_workspace
8-
6+ build --experimental_enable_bzlmod=false --enable_workspace=true
97common: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
3- common --enable_workspace
4-
2+ common --noenable_bzlmod --enable_workspace=true
53common:bazel7.x --incompatible_python_disallow_native_rules
You can’t perform that action at this time.
0 commit comments