Skip to content

Commit

Permalink
add boost static assert latest
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Feb 26, 2025
1 parent b790850 commit ab87cd5
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 1 deletion.
9 changes: 9 additions & 0 deletions modules/boost.static_assert/1.87.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "boost.static_assert",
version = "1.87.0",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 108700,
)

bazel_dep(name = "boost.config", version = "1.87.0")
bazel_dep(name = "rules_cc", version = "0.1.1")
13 changes: 13 additions & 0 deletions modules/boost.static_assert/1.87.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

package(default_visibility = ["//visibility:public"])

cc_library(
name = "boost.static_assert",
hdrs = glob([
"include/**/*.hpp",
]),
features = ["parse_headers"],
includes = ["include"],
deps = ["@boost.config"],
)
1 change: 1 addition & 0 deletions modules/boost.static_assert/1.87.0/overlay/MODULE.bazel
20 changes: 20 additions & 0 deletions modules/boost.static_assert/1.87.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform:
- debian10
- debian11
- ubuntu2004
- ubuntu2204
- ubuntu2404
- macos
- macos_arm64
- windows
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- '@boost.static_assert//:boost.static_assert'
10 changes: 10 additions & 0 deletions modules/boost.static_assert/1.87.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"integrity": "sha256-TLoGSRQk/a7XII9H9SSHJbL0to9/osiUQRzFrJe869E=",
"strip_prefix": "static_assert-boost-1.87.0",
"url": "https://github.com/boostorg/static_assert/archive/refs/tags/boost-1.87.0.tar.gz",
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-AewNkosXVF8vY+XNEY5NsJM/yLYnoEqOB/8AWjU8/vQ=",
"MODULE.bazel": "sha256-BucXDW5OwI1qSoPR8Lzj9/2s2J5Nyqk9UI+XHk42PU8="
}
}
3 changes: 2 additions & 1 deletion modules/boost.static_assert/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"versions": [
"1.83.0",
"1.83.0.bcr.1"
"1.83.0.bcr.1",
"1.87.0"
],
"yanked_versions": {}
}

0 comments on commit ab87cd5

Please sign in to comment.