Skip to content

Commit

Permalink
feat: Add backward-cpp v1.6 (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored Dec 18, 2024
1 parent 9e39d14 commit c7eed5c
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/backward-cpp/1.6/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "backward-cpp",
version = "1.6",
compatibility_level = 0,
)

bazel_dep(name = "rules_cc", version = "0.0.17")
9 changes: 9 additions & 0 deletions modules/backward-cpp/1.6/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "backward-cpp",
srcs = ["backward.cpp"],
hdrs = ["backward.hpp"],
includes = ["."],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions modules/backward-cpp/1.6/overlay/MODULE.bazel
18 changes: 18 additions & 0 deletions modules/backward-cpp/1.6/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@backward-cpp//...'
10 changes: 10 additions & 0 deletions modules/backward-cpp/1.6/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/bombela/backward-cpp/archive/refs/tags/v1.6.tar.gz",
"integrity": "sha256-xlTQkj1D8c6iPQhnKWc0mOR0H7JFfoBs+urqeyDJfBA=",
"strip_prefix": "backward-cpp-1.6",
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-B/C2vXPipQwhWjxKXla8fVqpHrHLqBypwmC/SfvndPk=",
"MODULE.bazel": "sha256-jRtJQq1VoUXJbvuu3x5HtMjmZt8GEComBrXxoimdcWI="
}
}
16 changes: 16 additions & 0 deletions modules/backward-cpp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/bombela/backward-cpp",
"maintainers": [
{
"github": "hofbi",
"name": "Markus Hofbauer"
}
],
"repository": [
"github:bombela/backward-cpp"
],
"versions": [
"1.6"
],
"yanked_versions": {}
}

0 comments on commit c7eed5c

Please sign in to comment.