Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored and aiuto committed Jun 3, 2024
1 parent c715248 commit 3c80f25
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 2 deletions.
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": {}
}

0 comments on commit 3c80f25

Please sign in to comment.