File tree Expand file tree Collapse file tree 5 files changed +85
-0
lines changed
modules/skywalking-data-collect-protocol Expand file tree Collapse file tree 5 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "skywalking-data-collect-protocol" ,
3+ compatibility_level = 1 ,
4+ version = "9.7.0" ,
5+ )
6+
7+ bazel_dep (
8+ name = "grpc" ,
9+ version = "1.56.3.bcr.1" ,
10+ repo_name = "com_github_grpc_grpc" ,
11+ )
12+ bazel_dep (
13+ name = "rules_cc" ,
14+ version = "0.0.9" ,
15+ )
16+ bazel_dep (
17+ name = "rules_proto" ,
18+ version = "5.3.0-21.7" ,
19+ )
20+ # -- bazel_dep definitions -- #
Original file line number Diff line number Diff line change 1+ --- MODULE.bazel
2+ +++ MODULE.bazel
3+ @@ -0,0 +1,20 @@
4+ + module(
5+ + name = "skywalking-data-collect-protocol",
6+ + compatibility_level = 1,
7+ + version = "9.7.0",
8+ + )
9+ +
10+ + bazel_dep(
11+ + name = "grpc",
12+ + version = "1.56.3.bcr.1",
13+ + repo_name = "com_github_grpc_grpc",
14+ + )
15+ + bazel_dep(
16+ + name = "rules_cc",
17+ + version = "0.0.9",
18+ + )
19+ + bazel_dep(
20+ + name = "rules_proto",
21+ + version = "5.3.0-21.7",
22+ + )
23+ + # -- bazel_dep definitions -- #
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - debian10
4+ - ubuntu2004
5+ - macos
6+ - macos_arm64
7+ - windows
8+ bazel :
9+ - 7.x
10+ - 6.x
11+ tasks :
12+ verify_targets :
13+ name : Verify build targets
14+ platform : ${{ platform }}
15+ bazel : ${{ bazel }}
16+ build_targets :
17+ - ' @skywalking-data-collect-protocol//...'
Original file line number Diff line number Diff line change 1+ {
2+ "url" : " https://github.com/apache/skywalking-data-collect-protocol/archive/refs/tags/v9.7.0.tar.gz" ,
3+ "integrity" : " sha256-8DcGmfSB8mLuM+HTX5Oh4VhHumF0YvwfgrfgvhDEu0Q=" ,
4+ "strip_prefix" : " skywalking-data-collect-protocol-9.7.0" ,
5+ "patch_strip" : 0 ,
6+ "patches" : {
7+ "module_dot_bazel.patch" : " sha256-4PzIJVT1qQEjWXDWO+j83x2/y3yFz9qqZYK5Qr/zpCU="
8+ }
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/apache/skywalking-data-collect-protocol" ,
3+ "maintainers" : [
4+ {
5+ 6+ "name" : " No Maintainer Specified"
7+ }
8+ ],
9+ "repository" : [
10+ " github:apache/skywalking-data-collect-protocol"
11+ ],
12+ "versions" : [
13+ " 9.7.0"
14+ ],
15+ "yanked_versions" : {}
16+ }
You can’t perform that action at this time.
0 commit comments