1616buildifier :
1717 # keep these arguments in sync with .pre-commit-config.yaml
1818 # Use a specific version to avoid skew issues when new versions are released.
19- version : 6.1.0
19+ version : 8.2.1
2020 warnings : " all"
2121# NOTE: Minimum supported version is 7.x
2222.minimum_supported_version : &minimum_supported_version
@@ -81,11 +81,15 @@ buildifier:
8181 coverage_targets :
8282 - //tests:my_lib_3_10_test
8383 - //tests:my_lib_3_11_test
84- - //tests:my_lib_3_9_test
84+ - //tests:my_lib_3_12_test
85+ - //tests:my_lib_3_13_test
86+ - //tests:my_lib_3_14_test
8587 - //tests:my_lib_default_test
8688 - //tests:version_3_10_test
8789 - //tests:version_3_11_test
88- - //tests:version_3_9_test
90+ - //tests:version_3_12_test
91+ - //tests:version_3_13_test
92+ - //tests:version_3_14_test
8993 - //tests:version_default_test
9094tasks :
9195 gazelle_extension_min :
@@ -155,7 +159,7 @@ tasks:
155159 << : *reusable_config
156160 << : *common_workspace_flags
157161 name : " Default: Mac, workspace"
158- platform : macos
162+ platform : macos_arm64
159163 windows_workspace :
160164 << : *reusable_config
161165 << : *common_workspace_flags
@@ -186,10 +190,10 @@ tasks:
186190 << : *reusable_config
187191 name : " Default: Debian"
188192 platform : debian11
189- macos :
193+ macos_arm64 :
190194 << : *reusable_config
191195 name : " Default: MacOS"
192- platform : macos
196+ platform : macos_arm64
193197 windows :
194198 << : *reusable_config
195199 name : " Default: Windows"
@@ -250,7 +254,7 @@ tasks:
250254 << : *common_workspace_flags
251255 name : " examples/build_file_generation: macOS, workspace"
252256 working_directory : examples/build_file_generation
253- platform : macos
257+ platform : macos_arm64
254258 integration_test_build_file_generation_windows_workspace :
255259 << : *reusable_build_test_all
256260 << : *common_workspace_flags
@@ -301,14 +305,14 @@ tasks:
301305 << : *coverage_targets_example_bzlmod
302306 name : " examples/bzlmod: macOS"
303307 working_directory : examples/bzlmod
304- platform : macos
308+ platform : macos_arm64
305309 bazel : 7.x
306310 integration_test_bzlmod_macos_upcoming :
307311 << : *reusable_build_test_all
308312 << : *coverage_targets_example_bzlmod
309313 name : " examples/bzlmod: macOS, upcoming Bazel"
310314 working_directory : examples/bzlmod
311- platform : macos
315+ platform : macos_arm64
312316 bazel : last_rc
313317 integration_test_bzlmod_windows :
314318 << : *reusable_build_test_all
@@ -358,7 +362,7 @@ tasks:
358362 << : *coverage_targets_example_bzlmod_build_file_generation
359363 name : " gazelle/examples/bzlmod_build_file_generation: MacOS"
360364 working_directory : gazelle/examples/bzlmod_build_file_generation
361- platform : macos
365+ platform : macos_arm64
362366 integration_test_bzlmod_build_file_generation_windows :
363367 << : *reusable_build_test_all
364368 # coverage is not supported on Windows
@@ -386,7 +390,7 @@ tasks:
386390 << : *coverage_targets_example_multi_python
387391 name : " examples/multi_python_versions: MacOS, workspace"
388392 working_directory : examples/multi_python_versions
389- platform : macos
393+ platform : macos_arm64
390394 integration_test_multi_python_versions_windows_workspace :
391395 << : *reusable_build_test_all
392396 << : *common_workspace_flags
@@ -423,7 +427,7 @@ tasks:
423427 << : *reusable_build_test_all
424428 name : " examples/pip_parse: MacOS"
425429 working_directory : examples/pip_parse
426- platform : macos
430+ platform : macos_arm64
427431 integration_test_pip_parse_windows :
428432 << : *reusable_build_test_all
429433 name : " examples/pip_parse: Windows"
@@ -454,7 +458,7 @@ tasks:
454458 << : *common_workspace_flags
455459 name : " examples/pip_parse_vendored: MacOS"
456460 working_directory : examples/pip_parse_vendored
457- platform : macos
461+ platform : macos_arm64
458462 # We don't run pip_parse_vendored under Windows as the file checked in is
459463 # generated from a repository rule containing OS-specific rendered paths.
460464
@@ -477,7 +481,7 @@ tasks:
477481 << : *common_workspace_flags
478482 name : " examples/py_proto_library: MacOS, workspace"
479483 working_directory : examples/py_proto_library
480- platform : macos
484+ platform : macos_arm64
481485 integration_test_py_proto_library_windows_workspace :
482486 << : *reusable_build_test_all
483487 << : *common_workspace_flags
@@ -502,7 +506,7 @@ tasks:
502506 << : *common_workspace_flags
503507 name : " examples/pip_repository_annotations: macOS, workspace"
504508 working_directory : examples/pip_repository_annotations
505- platform : macos
509+ platform : macos_arm64
506510 integration_test_pip_repository_annotations_windows_workspace :
507511 << : *reusable_build_test_all
508512 << : *common_workspace_flags
@@ -524,7 +528,7 @@ tasks:
524528 integration_test_bazelinbazel_macos :
525529 << : *common_bazelinbazel_config
526530 name : " tests/integration bazel-in-bazel: macOS (subset)"
527- platform : macos
531+ platform : macos_arm64
528532 build_targets : ["//tests/integration:local_toolchains_test_bazel_self"]
529533 test_targets : ["//tests/integration:local_toolchains_test_bazel_self"]
530534 # The bazelinbazel tests were disabled on Windows to save CI jobs slots, and
@@ -577,7 +581,7 @@ tasks:
577581 << : *reusable_build_test_all
578582 name : " compile_pip_requirements: MacOS"
579583 working_directory : tests/integration/compile_pip_requirements
580- platform : macos
584+ platform : macos_arm64
581585 shell_commands :
582586 # Make a change to the locked requirements and then assert that //:requirements.update does the
583587 # right thing.
@@ -610,20 +614,6 @@ tasks:
610614 - " bazel run //:os_specific_requirements.update"
611615 - " git diff --exit-code"
612616
613-
614- integration_test_ignore_root_user_error_macos_workspace :
615- << : *reusable_build_test_all
616- << : *common_workspace_flags
617- name : " ignore_root_user_error: macOS, workspace"
618- working_directory : tests/integration/ignore_root_user_error
619- platform : macos
620- integration_test_ignore_root_user_error_windows_workspace :
621- << : *reusable_build_test_all
622- << : *common_workspace_flags
623- name : " ignore_root_user_error: Windows, workspace"
624- working_directory : tests/integration/ignore_root_user_error
625- platform : windows
626-
627617 integration_compile_pip_requirements_test_from_external_repo_ubuntu_min_workspace :
628618 << : *minimum_supported_version
629619 << : *common_workspace_flags_min_bazel
@@ -659,7 +649,7 @@ tasks:
659649 integration_compile_pip_requirements_test_from_external_repo_macos :
660650 name : " compile_pip_requirements_test_from_external_repo: macOS"
661651 working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
662- platform : macos
652+ platform : macos_arm64
663653 shell_commands :
664654 # Assert that @compile_pip_requirements//:requirements_test does the right thing.
665655 - " bazel test @compile_pip_requirements//..."
0 commit comments