dep-protobuf/.bazelci/presubmit.yml
Yun Peng b3875ccdf6 Update Bazel CI presubmit matrix
- Remove macos (Intel Macs)
- Update debian and ubuntu distribution
- Add Bazel 9.x

PiperOrigin-RevId: 910719323
2026-05-05 08:59:10 -07:00

21 lines
692 B
YAML

# LINT.IfChange(bazelci_presubmit)
matrix:
platform: ["debian12", "macos_arm64", "ubuntu2404", "windows"]
bazel: [8.x, 9.x]
tasks:
verify_targets:
name: "Verify build targets"
working_directory: examples
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '//...'
- '@com_google_protobuf//:protobuf'
- '@com_google_protobuf//:protobuf_lite'
- '@com_google_protobuf//:protobuf_python'
- '@com_google_protobuf//:protobuf_java'
- '@com_google_protobuf//:protoc'
- '@com_google_protobuf//:test_messages_proto2_cc_proto'
- '@com_google_protobuf//:test_messages_proto3_cc_proto'
# LINT.ThenChange(<ROOT_DIR>/.bcr/presubmit.yml)