Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/protocolbuffers/protobuf/releases/tag/v27.2

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: null <null>
  • Loading branch information
publish-to-bcr-bot[bot] authored Jun 25, 2024
1 parent 5a283c6 commit b9d9823
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 1 deletion.
26 changes: 26 additions & 0 deletions modules/protobuf/27.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/protocolbuffers/protobuf/issues/14313
module(
name = "protobuf",
version = "27.2", # Automatically updated on release
compatibility_level = 1,
repo_name = "com_google_protobuf",
)

# LOWER BOUND dependency versions.
# Bzlmod follows MVS:
# https://bazel.build/versions/6.0.0/build/bzlmod#version-resolution
# Thus the highest version in their module graph is resolved.
bazel_dep(name = "abseil-cpp", version = "20230802.0.bcr.1", repo_name = "com_google_absl")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "jsoncpp", version = "1.9.5")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_java", version = "5.3.5")
bazel_dep(name = "rules_jvm_external", version = "5.1")
bazel_dep(name = "rules_pkg", version = "0.7.0")
bazel_dep(name = "rules_python", version = "0.10.2")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "zlib", version = "1.2.11")

# TODO: remove after toolchain types are moved to protobuf
bazel_dep(name = "rules_proto", version = "4.0.0")
35 changes: 35 additions & 0 deletions modules/protobuf/27.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x]

tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--host_cxxopt=-std=c++14'
- '--cxxopt=-std=c++14'
build_targets:
- '@protobuf//:protobuf'
- '@protobuf//:protobuf_lite'
- '@protobuf//:protoc'
- '@protobuf//:test_messages_proto2_cc_proto'
- '@protobuf//:test_messages_proto3_cc_proto'

bcr_test_module:
module_path: "examples"
matrix:

platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--host_cxxopt=-std=c++14'
- '--cxxopt=-std=c++14'
build_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/protobuf/27.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-e0VU9zCkH1xZXO81AgOKabiVTDDY7JxioWfV4evYwhA=",
"strip_prefix": "protobuf-27.2",
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protobuf-27.2.zip"
}
3 changes: 2 additions & 1 deletion modules/protobuf/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"27.0",
"27.0.bcr.1",
"27.1",
"27.1.bcr.1"
"27.1.bcr.1",
"27.2"
],
"yanked_versions": {
"3.19.0": "CVE-2022-3171 (https://github.com/advisories/GHSA-h4h5-3hr4-j3g2)",
Expand Down

0 comments on commit b9d9823

Please sign in to comment.