Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] #1656

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/io_opentracing_cpp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"versions": [
"1.6.0"
],
"yanked_versions": {}
}
"yanked_versions": {
"1.6.0": "use [email protected] instead"
}
}
5 changes: 5 additions & 0 deletions modules/opentracing-cpp/1.6.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "opentracing-cpp",
version = "1.6.0",
compatibility_level = 1,
)
8 changes: 8 additions & 0 deletions modules/opentracing-cpp/1.6.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "opentracing-cpp",
+ version = "1.6.0",
+ compatibility_level = 1,
+)
21 changes: 21 additions & 0 deletions modules/opentracing-cpp/1.6.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
matrix:
linux_platform: ["debian10", "ubuntu2004"]
osx_platform: ["macos", "macos_arm64"]
bazel: ["7.x", "6.x"]

tasks:
verify_linux_targets:
name: Verify linux build and test targets
platform: ${{ linux_platform }}
shell_commands:
- sudo apt-get update
- sudo apt-get install cmake -y
bazel: ${{ bazel }}
build_targets:
- '@opentracing-cpp//:opentracing'
verify_osx_targets:
name: Verify osx build and test targets
platform: ${{ osx_platform }}
bazel: ${{ bazel }}
build_targets:
- '@opentracing-cpp//:opentracing'
9 changes: 9 additions & 0 deletions modules/opentracing-cpp/1.6.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/opentracing/opentracing-cpp/archive/refs/tags/v1.6.0.tar.gz",
"integrity": "sha256-WxcAQtpNHEwjHfZZTaEgh1Qp1SMem6pReYIu6NEFSsM=",
"strip_prefix": "opentracing-cpp-1.6.0",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-Nq2stVYG8NW6QVnQLlhzD55Llshidjb/0EVi8LhWFys="
}
}
16 changes: 16 additions & 0 deletions modules/opentracing-cpp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/opentracing/opentracing-cpp",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:opentracing/opentracing-cpp"
],
"versions": [
"1.6.0"
],
"yanked_versions": {}
}
Loading