Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
  • Loading branch information
wep21 committed Aug 12, 2024
1 parent c0c9c5b commit 01dd066
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
1 change: 1 addition & 0 deletions modules/boost.detail/1.83.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module(
name = "boost.detail",
version = "1.83.0",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 108300,
)

Expand Down
3 changes: 3 additions & 0 deletions modules/boost.detail/1.83.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ cc_library(
"@boost.static_assert",
"@boost.type_traits",
],
features = [
"parse_headers",
],
)
29 changes: 23 additions & 6 deletions modules/boost.detail/1.83.0/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,32 @@ matrix:
- ubuntu2004
- ubuntu2204
- windows
bazel:
- 7.x
- 6.x
bazel: [7.x]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@boost.detail//:boost.detail'
test_targets:
- "//..."
- '@boost.detail//:boost.detail'
bcr_test_module:
module_path: test
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- windows
bazel: [7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
test_targets:
- //...
4 changes: 2 additions & 2 deletions modules/boost.detail/1.83.0/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://github.com/boostorg/detail/archive/refs/tags/boost-1.83.0.tar.gz",
"patch_strip": 0,
"overlay": {
"MODULE.bazel": "sha256-kkSVx2o+ukvU0KhbAnKKw3WhwDV5rCHLLupufJzJmkc=",
"BUILD.bazel": "sha256-K/6wtHQohc/Ibxug7LqzmiEPstFHL607S7THJUvETqo=",
"MODULE.bazel": "sha256-7mOcs0lXVAk7s7bxgCGZDQIPteCuewG7oRSldwH0B6A=",
"BUILD.bazel": "sha256-MQEKV68sxLKxBk0cqv1X4sQRQZoyMJAXRnXPtdHL/OE=",
"test/MODULE.bazel": "sha256-fQGmLedAF0zDrau85gZ8oQfFSBOz1BEVRjiEuc8lGMM=",
"test/BUILD.bazel": "sha256-oyxh1d0QbD/J6eAo44Tb60bNuDHix6dBorsm+L+k7nI="
}
Expand Down

0 comments on commit 01dd066

Please sign in to comment.