-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: https://github.com/bazelbuild/rules_proto/releases/tag/7.0.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>
- Loading branch information
1 parent
f300b51
commit 98c5409
Showing
5 changed files
with
54 additions
and
1 deletion.
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,19 @@ | ||
"Bazel dependencies" | ||
|
||
module( | ||
name = "rules_proto", | ||
# Note: the publish-to-BCR app will patch this line to stamp the version being published. | ||
version = "7.0.0", | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "protobuf", version = "27.1", repo_name = "com_google_protobuf") | ||
bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
bazel_dep(name = "rules_cc", version = "0.0.14") | ||
bazel_dep(name = "rules_license", version = "0.0.7") | ||
|
||
# Dependencies needed in tests | ||
bazel_dep(name = "stardoc", version = "0.7.1", dev_dependency = True, repo_name = "io_bazel_stardoc") | ||
bazel_dep(name = "rules_shell", version = "0.2.0", dev_dependency = True) # only used in docs | ||
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True) | ||
bazel_dep(name = "googletest", version = "1.11.0", dev_dependency = True, repo_name = "com_google_googletest") |
14 changes: 14 additions & 0 deletions
14
modules/rules_proto/7.0.0/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 = "7.0.0", | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "protobuf", version = "27.1", repo_name = "com_google_protobuf") |
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,10 @@ | ||
matrix: | ||
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] | ||
bazel: ['7.x', '6.x'] | ||
tasks: | ||
verify_build_targets: | ||
name: "Verify build targets" | ||
bazel: ${{ bazel }} | ||
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-jhldu2pQXKTHqvprfP+kf+SaJhsno0IFPPsrlzzEqhI=", | ||
"strip_prefix": "rules_proto-7.0.0", | ||
"url": "https://github.com/bazelbuild/rules_proto/releases/download/7.0.0/rules_proto-7.0.0.tar.gz", | ||
"patches": { | ||
"module_dot_bazel_version.patch": "sha256-1v8ODA1Z09AYSu8SMWdL/qNUa43R7NGrMMpPb8SwSKs=" | ||
}, | ||
"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