Skip to content

Commit 99dad57

Browse files
committed
1 parent 4026595 commit 99dad57

File tree

5 files changed

+85
-0
lines changed

5 files changed

+85
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 -- #
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 -- #
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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//...'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"homepage": "https://github.com/apache/skywalking-data-collect-protocol",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
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+
}

0 commit comments

Comments
 (0)