Skip to content

Commit

Permalink
opentracing-cpp@1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Mar 17, 2024
1 parent 976deb4 commit fa0a3e3
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/io_opentracing_cpp/1.6.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module(
name = "io_opentracing_cpp",
version = "1.6.0",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,4 @@
+module(
+ name = "io_opentracing_cpp",
+ version = "1.6.0",
+)
34 changes: 34 additions & 0 deletions modules/io_opentracing_cpp/1.6.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
verify_linux_targets:
name: Verify linux build and test targets
platform: ${{ platform }}
matrix:
platform:
- debian10
- ubuntu2004
bazel:
- 7.x
- 6.x
shell_commands:
- ./ci/setup_linux_environment.sh
bazel: ${{ bazel }}
build_targets:
- '@io_opentracing_cpp//...'
test_targets:
- '@io_opentracing_cpp//...'
verify_osx_targets:
name: Verify osx build and test targets
platform: ${{ platform }}
matrix:
platform:
- macos
- macos_arm64
bazel:
- 7.x
- 6.x
shell_commands:
- ./ci/setup_osx_environment.sh
bazel: ${{ bazel }}
build_targets:
- '@io_opentracing_cpp//...'
test_targets:
- '@io_opentracing_cpp//...'
9 changes: 9 additions & 0 deletions modules/io_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-cvGgNUsSk1Igso2vS6bcWAC9+kJZR70iTidZlfigLyQ="
}
}
16 changes: 16 additions & 0 deletions modules/io_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": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:opentracing/opentracing-cpp"
],
"versions": [
"1.6.0"
],
"yanked_versions": {}
}

0 comments on commit fa0a3e3

Please sign in to comment.