File tree Expand file tree Collapse file tree 6 files changed +96
-0
lines changed
bazel-registry/modules/ocp-diag-core Expand file tree Collapse file tree 6 files changed +96
-0
lines changed Original file line number Diff line number Diff line change 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+ )
Original file line number Diff line number Diff line change 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" ])
Original file line number Diff line number Diff line change 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+ )
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments