Skip to content

Commit 634ff5e

Browse files
committed
1 parent 3e7ec9f commit 634ff5e

File tree

6 files changed

+64
-2
lines changed

6 files changed

+64
-2
lines changed

Diff for: modules/io_opentracing_cpp/metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
"versions": [
1313
"1.6.0"
1414
],
15-
"yanked_versions": {}
16-
}
15+
"yanked_versions": {
16+
"1.6.0": "use [email protected] instead"
17+
}
18+
}

Diff for: modules/opentracing-cpp/1.6.0/MODULE.bazel

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module(
2+
name = "opentracing-cpp",
3+
version = "1.6.0",
4+
compatibility_level = 1,
5+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -0,0 +1,5 @@
4+
+module(
5+
+ name = "opentracing-cpp",
6+
+ version = "1.6.0",
7+
+ compatibility_level = 1,
8+
+)

Diff for: modules/opentracing-cpp/1.6.0/presubmit.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
matrix:
2+
linux_platform: ["debian10", "ubuntu2004"]
3+
osx_platform: ["macos", "macos_arm64"]
4+
bazel: ["7.x", "6.x"]
5+
6+
tasks:
7+
verify_linux_targets:
8+
name: Verify linux build and test targets
9+
platform: ${{ linux_platform }}
10+
bazel: ${{ bazel }}
11+
build_targets:
12+
- '@opentracing-cpp//...'
13+
test_targets:
14+
- '@opentracing-cpp//...'
15+
verify_osx_targets:
16+
name: Verify osx build and test targets
17+
platform: ${{ osx_platform }}
18+
bazel: ${{ bazel }}
19+
build_targets:
20+
- '@opentracing-cpp//...'
21+
test_targets:
22+
- '@opentracing-cpp//...'

Diff for: modules/opentracing-cpp/1.6.0/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/opentracing/opentracing-cpp/archive/refs/tags/v1.6.0.tar.gz",
3+
"integrity": "sha256-WxcAQtpNHEwjHfZZTaEgh1Qp1SMem6pReYIu6NEFSsM=",
4+
"strip_prefix": "opentracing-cpp-1.6.0",
5+
"patch_strip": 0,
6+
"patches": {
7+
"module_dot_bazel.patch": "sha256-Nq2stVYG8NW6QVnQLlhzD55Llshidjb/0EVi8LhWFys="
8+
}
9+
}

Diff for: modules/opentracing-cpp/metadata.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"homepage": "https://github.com/opentracing/opentracing-cpp",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"name": "No Maintainer Specified"
7+
}
8+
],
9+
"repository": [
10+
"github:opentracing/opentracing-cpp"
11+
],
12+
"versions": [
13+
"1.6.0"
14+
],
15+
"yanked_versions": {}
16+
}

0 commit comments

Comments
 (0)