Skip to content

Commit 437858a

Browse files
committed
[boost.timer 1.83.0.bcr.1] Disabling tests using boost.move for macosa platforms
1 parent 8611d54 commit 437858a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/boost.timer/1.83.0.bcr.1/overlay/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ cc_test(
2828
":boost.timer",
2929
"@boost.chrono",
3030
],
31+
target_compatible_with = select({
32+
"@platforms//os:macos": ["@platforms//:incompatible"],
33+
"//conditions:default": [],
34+
}),
3135
)
3236

3337
cc_test(

modules/boost.timer/1.83.0.bcr.1/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"integrity": "sha256-CGzESZRhRsrUlZCiwYSbcpJehk2qMWt7dHvEvgeFht8=",
44
"strip_prefix": "timer-boost-1.83.0",
55
"overlay": {
6-
"BUILD.bazel": "sha256-yon4tnV0Qr3tqLtSYYoUJwz88QVfBExIrtEuoaGYZCU=",
6+
"BUILD.bazel": "sha256-jnRjnByNNvvlGGkeuH8KLdcNfLZDyK0UdPpXYHfgdSk=",
77
"MODULE.bazel": "sha256-JbMp2oE6bqQfckU6H+94NbJTtrDWyvMVcLtV6mPrPik="
88
}
99
}

0 commit comments

Comments
 (0)