File tree Expand file tree Collapse file tree 15 files changed +14
-17
lines changed
bzlmod_build_file_generation
pip_repository_annotations
compile_pip_requirements_test_from_external_repo
py_cc_toolchain_registered Expand file tree Collapse file tree 15 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,4 @@ build:rtd --enable_bzlmod
3535
3636common:bazel7.x --incompatible_python_disallow_native_rules
3737
38- # Intentionally empty; used by CI
39- common:bazel6.x
40-
4138build --lockfile_mode=update
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ build --enable_runfiles
77# Once WORKSPACE support is dropped, this example can be entirely deleted.
88build --experimental_enable_bzlmod=false
99
10- common --incompatible_python_disallow_native_rules
10+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ test --test_output=errors --enable_runfiles
77
88# Windows requires these for multi-python support:
99build --enable_runfiles
10- common --incompatible_python_disallow_native_rules
10+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ build --enable_runfiles
66common --experimental_enable_bzlmod
77
88coverage --java_runtime_version=remotejdk_11
9- common --incompatible_python_disallow_native_rules
9+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ test --test_output=errors
44build --enable_runfiles
55
66coverage --java_runtime_version=remotejdk_11
7- common --incompatible_python_disallow_native_rules
7+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ build --enable_runfiles
66# Vendoring requirements.bzl files isn't necessary under bzlmod
77# When workspace support is dropped, this example can be removed.
88build --noexperimental_enable_bzlmod
9- common --incompatible_python_disallow_native_rules
9+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ try-import %workspace%/user.bazelrc
44# This example is WORKSPACE specific. The equivalent functionality
55# is in examples/bzlmod as the `whl_mods` feature.
66build --experimental_enable_bzlmod=false
7- common --incompatible_python_disallow_native_rules
7+ common: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
22common --noenable_bzlmod
3- common --incompatible_python_disallow_native_rules
3+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ build --incompatible_default_to_explicit_init_py
1111# Windows makes use of runfiles for some rules
1212build --enable_runfiles
1313
14- common --incompatible_python_disallow_native_rules
14+ common:bazel7.x --incompatible_python_disallow_native_rules
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ test --test_output=errors
22
33# Windows requires these for multi-python support:
44build --enable_runfiles
5- common --incompatible_python_disallow_native_rules
5+ common:bazel7.x --incompatible_python_disallow_native_rules
You can’t perform that action at this time.
0 commit comments