mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
- Remove macos (Intel Macs) - Update debian and ubuntu distribution - Add Bazel 9.x PiperOrigin-RevId: 910719323
21 lines
692 B
YAML
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)
|