Skip to content

Commit

Permalink
rules_proto@6.0.0-rc2 (#1422)
Browse files Browse the repository at this point in the history
* Publish bazelbuild/rules_proto@6.0.0-rc2

* Update presubmit.yml

---------

Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and alexeagle committed Feb 2, 2024
1 parent 013f498 commit 6fa13b2
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 1 deletion.
19 changes: 19 additions & 0 deletions modules/rules_proto/6.0.0-rc2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"Bazel dependencies"

module(
name = "rules_proto",
# Note: the publish-to-BCR app will patch this line to stamp the version being published.
version = "6.0.0-rc2",
compatibility_level = 1,
)

bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "bazel_features", version = "1.2.0")

# Dependencies needed in tests
bazel_dep(name = "stardoc", version = "0.5.6", dev_dependency = True, repo_name = "io_bazel_stardoc")
bazel_dep(name = "rules_cc", version = "0.0.1", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.11.0", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "protobuf", version = "23.1", dev_dependency = True, repo_name = "com_google_protobuf")
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -2,9 +2,9 @@

module(
name = "rules_proto",
# Note: the publish-to-BCR app will patch this line to stamp the version being published.
- version = "0.0.0",
+ version = "6.0.0-rc2",
compatibility_level = 1,
)

bazel_dep(name = "rules_license", version = "0.0.7")
10 changes: 10 additions & 0 deletions modules/rules_proto/6.0.0-rc2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
bazel: ["6.x", "7.x"]
tasks:
verify_build_targets:
name: "Verify build targets"
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- "@rules_proto//proto/..."
9 changes: 9 additions & 0 deletions modules/rules_proto/6.0.0-rc2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-cf2+0AoHCVIa0hIFjGDROZe5IqXQHb/Zl/DVfWiee2c=",
"strip_prefix": "rules_proto-6.0.0-rc2",
"url": "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0-rc2/rules_proto-6.0.0-rc2.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-xDTHv7Npgr0lIdxwTXXD5rcQ31DX09176+T4wn0hF4I="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_proto/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"versions": [
"4.0.0",
"5.3.0-21.7",
"6.0.0-rc1"
"6.0.0-rc1",
"6.0.0-rc2"
],
"yanked_versions": {},
"repository": [
Expand Down

0 comments on commit 6fa13b2

Please sign in to comment.