Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Jun 29, 2024
1 parent 6b00425 commit 51607e7
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/grpc-proto/0.0.0-20240627-ec30f58/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "grpc-proto",
version = "0.0.0-20240627-ec30f58",
repo_name = "io_grpc_grpc_proto",
)

bazel_dep(name = "googleapis", version = "0.0.0-20240326-1c8d509c5", repo_name = "com_google_googleapis")
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf")
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "grpc-proto",
- version = "0.0.0",
+ version = "0.0.0-20240627-ec30f58",
repo_name = "io_grpc_grpc_proto",
)

16 changes: 16 additions & 0 deletions modules/grpc-proto/0.0.0-20240627-ec30f58/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@grpc-proto//...'
9 changes: 9 additions & 0 deletions modules/grpc-proto/0.0.0-20240627-ec30f58/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/grpc/grpc-proto/archive/ec30f589e2519d595688b9a42f88a91bdd6b733f.tar.gz",
"integrity": "sha256-XptSCyKvvVOmYswpAXBkviU8Hfpt+JWHOFlOf+xq3jM=",
"strip_prefix": "grpc-proto-ec30f589e2519d595688b9a42f88a91bdd6b733f",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-OypY37ojzMwrrU+uJQGNsHGjHfMldt/M3j+rEJ5dOYA="
}
}
16 changes: 16 additions & 0 deletions modules/grpc-proto/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/grpc/grpc-proto",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:grpc/grpc-proto"
],
"versions": [
"0.0.0-20240627-ec30f58"
],
"yanked_versions": {}
}

0 comments on commit 51607e7

Please sign in to comment.