Skip to content

Commit

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

* Update presubmit.yml

* Update presubmit.yml

* Update presubmit.yml

---------

Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and alexeagle committed Dec 11, 2023
1 parent 7619a6a commit d708be9
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 2 deletions.
18 changes: 18 additions & 0 deletions modules/rules_proto/6.0.0-rc1/MODULE.bazel
@@ -0,0 +1,18 @@
"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-rc1",
compatibility_level = 1,
)

bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.3.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 = "21.7", dev_dependency = True, repo_name = "com_google_protobuf")
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
@@ -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-rc1",
compatibility_level = 1,
)

bazel_dep(name = "rules_license", version = "0.0.7")
8 changes: 8 additions & 0 deletions modules/rules_proto/6.0.0-rc1/presubmit.yml
@@ -0,0 +1,8 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
tasks:
verify_build_targets:
name: "Verify build targets"
platform: ${{ platform }}
build_targets:
- "@rules_proto//proto/..."
9 changes: 9 additions & 0 deletions modules/rules_proto/6.0.0-rc1/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-kEqAl/rkKmkMjgjYBSEOQMzLBp9fmg9nJ89PqnvtLJw=",
"strip_prefix": "rules_proto-6.0.0-rc1",
"url": "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0-rc1/rules_proto-6.0.0-rc1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-OepRECTunWiz3WREvMK/pOvpt/HRZ6g87fKfokcnQGE="
},
"patch_strip": 1
}
23 changes: 21 additions & 2 deletions modules/rules_proto/metadata.json
@@ -1,9 +1,28 @@
{
"homepage": "https://github.com/bazelbuild/rules_proto",
"maintainers": [],
"maintainers": [
{
"github": "googleberg",
"name": "Jerry Berg"
},
{
"github": "zhangskz"
},
{
"email": "alex@aspect.dev",
"github": "alexeagle",
"name": "Alex Eagle"
},
{
"email": "sahin@aspect.dev",
"github": "thesayyn",
"name": "Şahin Yort"
}
],
"versions": [
"4.0.0",
"5.3.0-21.7"
"5.3.0-21.7",
"6.0.0-rc1"
],
"yanked_versions": {},
"repository": [
Expand Down

0 comments on commit d708be9

Please sign in to comment.