diff --git a/modules/grpc-proto/0.0.0-20240627-ec30f58/MODULE.bazel b/modules/grpc-proto/0.0.0-20240627-ec30f58/MODULE.bazel new file mode 100644 index 00000000000..de88cabc999 --- /dev/null +++ b/modules/grpc-proto/0.0.0-20240627-ec30f58/MODULE.bazel @@ -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") diff --git a/modules/grpc-proto/0.0.0-20240627-ec30f58/patches/module_dot_bazel.patch b/modules/grpc-proto/0.0.0-20240627-ec30f58/patches/module_dot_bazel.patch new file mode 100644 index 00000000000..0fada90826b --- /dev/null +++ b/modules/grpc-proto/0.0.0-20240627-ec30f58/patches/module_dot_bazel.patch @@ -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", + ) + diff --git a/modules/grpc-proto/0.0.0-20240627-ec30f58/presubmit.yml b/modules/grpc-proto/0.0.0-20240627-ec30f58/presubmit.yml new file mode 100644 index 00000000000..6e571d759d6 --- /dev/null +++ b/modules/grpc-proto/0.0.0-20240627-ec30f58/presubmit.yml @@ -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//...' diff --git a/modules/grpc-proto/0.0.0-20240627-ec30f58/source.json b/modules/grpc-proto/0.0.0-20240627-ec30f58/source.json new file mode 100644 index 00000000000..52754cc716f --- /dev/null +++ b/modules/grpc-proto/0.0.0-20240627-ec30f58/source.json @@ -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=" + } +} diff --git a/modules/grpc-proto/metadata.json b/modules/grpc-proto/metadata.json new file mode 100644 index 00000000000..c8df55de6a0 --- /dev/null +++ b/modules/grpc-proto/metadata.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://github.com/grpc/grpc-proto", + "maintainers": [ + { + "email": "bcr-maintainers@bazel.build", + "name": "No Maintainer Specified" + } + ], + "repository": [ + "github:grpc/grpc-proto" + ], + "versions": [ + "0.0.0-20240627-ec30f58" + ], + "yanked_versions": {} +}