Skip to content

Commit 5cfc759

Browse files
committed
bazel-registry: Add ocp-diag-core@0.0.0.e965ac0.envoy
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 057105a commit 5cfc759

File tree

6 files changed

+96
-0
lines changed

6 files changed

+96
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
module(
2+
name = "ocp-diag-core",
3+
version = "0.0.0.e965ac0.envoy",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(
8+
name = "abseil-cpp",
9+
version = "20240722.0",
10+
repo_name = "com_google_absl",
11+
)
12+
13+
bazel_dep(
14+
name = "googletest",
15+
version = "1.15.2",
16+
repo_name = "com_google_googletest",
17+
)
18+
19+
bazel_dep(
20+
name = "protobuf",
21+
version = "28.3",
22+
repo_name = "com_google_protobuf",
23+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file is intentionally minimal. The ocp-diag-core repository already
2+
# contains comprehensive BUILD files. This overlay just ensures proper visibility
3+
# for external consumers.
4+
5+
package(default_visibility = ["//visibility:public"])
6+
7+
exports_files(["MODULE.bazel"])
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
module(
2+
name = "ocp-diag-core",
3+
version = "0.0.0.e965ac0",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(
8+
name = "abseil-cpp",
9+
version = "20240722.0",
10+
repo_name = "com_google_absl",
11+
)
12+
13+
bazel_dep(
14+
name = "googletest",
15+
version = "1.15.2",
16+
repo_name = "com_google_googletest",
17+
)
18+
19+
bazel_dep(
20+
name = "protobuf",
21+
version = "28.3",
22+
repo_name = "com_google_protobuf",
23+
)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
matrix:
2+
platform:
3+
- debian11
4+
- ubuntu2004
5+
- ubuntu2204
6+
- ubuntu2404
7+
bazel:
8+
- 7.x
9+
- 8.x
10+
tasks:
11+
verify_targets:
12+
name: Verify build targets
13+
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
15+
build_targets:
16+
- '@ocp-diag-core//ocpdiag/core/testing:status_matchers'
17+
- '@ocp-diag-core//ocpdiag/core/testing:parse_text_proto'
18+
- '@ocp-diag-core//ocpdiag/core/compat:status_macros'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/opencomputeproject/ocp-diag-core/archive/e965ac0ac6db6686169678e2a6c77ede904fa82c.zip",
3+
"integrity": "sha256-uDuOp6k3zn9daHBCG+j5pTQ+jC3ivS4mlFKYHWfaFQk=",
4+
"strip_prefix": "ocp-diag-core-e965ac0ac6db6686169678e2a6c77ede904fa82c/apis/c++",
5+
"overlay": {
6+
"BUILD.bazel": "sha256-pwBVkw/1kwB0j3WDH0lL+ar8wMNTejYi4yOrInrvfCQ=",
7+
"MODULE.bazel": "sha256-vN7yIgG/8/2NP1I28fR2HlTz/JCUQrXC/sc+UmQUldk="
8+
}
9+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"homepage": "https://github.com/opencomputeproject/ocp-diag-core",
3+
"maintainers": [
4+
{
5+
"email": "bcr-maintainers@bazel.build",
6+
"name": "No Maintainer Specified"
7+
}
8+
],
9+
"repository": [
10+
"github:opencomputeproject/ocp-diag-core"
11+
],
12+
"versions": [
13+
"0.0.0.e965ac0.envoy"
14+
],
15+
"yanked_versions": {}
16+
}

0 commit comments

Comments
 (0)