Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
closes #3161

---------

Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 authored Jan 21, 2025
1 parent dffe64c commit 4e6dcbd
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modules/boost.pfr/1.87.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "boost.pfr",
version = "1.87.0",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 108700,
)

bazel_dep(name = "rules_cc", version = "0.0.17")
1 change: 1 addition & 0 deletions modules/boost.pfr/1.87.0/overlay/BUILD.bazel
1 change: 1 addition & 0 deletions modules/boost.pfr/1.87.0/overlay/MODULE.bazel
20 changes: 20 additions & 0 deletions modules/boost.pfr/1.87.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- ubuntu2404
- 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.pfr//:boost.pfr'
10 changes: 10 additions & 0 deletions modules/boost.pfr/1.87.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"integrity": "sha256-D+9wYgIJWSFlgugKI7W7wJG28aX4di8S+lzpRY1vFhc=",
"strip_prefix": "pfr-boost-1.87.0",
"url": "https://github.com/boostorg/pfr/archive/refs/tags/boost-1.87.0.tar.gz",
"patch_strip": 0,
"overlay": {
"MODULE.bazel": "sha256-YvXuxNDa4cF30KLJXUTzQP5qV6TqIiSql4trkvymK6U=",
"BUILD.bazel": "sha256-kVQaoe6JDrkgtXTilrtEO5Y5XDNRDf0uzpFPSW9hrRg="
}
}
3 changes: 2 additions & 1 deletion modules/boost.pfr/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"versions": [
"1.83.0",
"1.83.0.bcr.1",
"1.83.0.bcr.2"
"1.83.0.bcr.2",
"1.87.0"
],
"yanked_versions": {}
}

0 comments on commit 4e6dcbd

Please sign in to comment.