-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Publish bazelbuild/[email protected] * Update presubmit.yml * Update presubmit.yml * Update presubmit.yml --------- Co-authored-by: Alex Eagle <[email protected]>
- Loading branch information
1 parent
7619a6a
commit d708be9
Showing
5 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
14 changes: 14 additions & 0 deletions
14
modules/rules_proto/6.0.0-rc1/patches/module_dot_bazel_version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-rc1", | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "rules_license", version = "0.0.7") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
{ | ||
"homepage": "https://github.com/bazelbuild/rules_proto", | ||
"maintainers": [], | ||
"maintainers": [ | ||
{ | ||
"github": "googleberg", | ||
"name": "Jerry Berg" | ||
}, | ||
{ | ||
"github": "zhangskz" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "alexeagle", | ||
"name": "Alex Eagle" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"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": [ | ||
|