Skip to content

Commit 5ce7653

Browse files
committed
Upgrade to rules_cc v0.0.15. Remove from presubmit bazel matrix as dependencies are not supporting it (boost.detail 1.83.0.bcr.1)
1 parent a788090 commit 5ce7653

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/boost.timer/1.83.0.bcr.1/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bazel_dep(name = "boost.config", version = "1.83.0.bcr.1")
99
bazel_dep(name = "boost.io", version = "1.83.0.bcr.1")
1010
bazel_dep(name = "boost.predef", version = "1.83.0.bcr.1")
1111
bazel_dep(name = "platforms", version = "0.0.10")
12-
bazel_dep(name = "rules_cc", version = "0.0.14")
12+
bazel_dep(name = "rules_cc", version = "0.0.15")
1313

1414
# For tests
1515
bazel_dep(name = "boost.chrono", version = "1.83.0.bcr.1")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bazel_dep(name = "boost.config", version = "1.83.0.bcr.1")
99
bazel_dep(name = "boost.io", version = "1.83.0.bcr.1")
1010
bazel_dep(name = "boost.predef", version = "1.83.0.bcr.1")
1111
bazel_dep(name = "platforms", version = "0.0.10")
12-
bazel_dep(name = "rules_cc", version = "0.0.14")
12+
bazel_dep(name = "rules_cc", version = "0.0.15")
1313

1414
# For tests
1515
bazel_dep(name = "boost.chrono", version = "1.83.0.bcr.1")

modules/boost.timer/1.83.0.bcr.1/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
- macos
99
- macos_arm64
1010
- windows
11-
bazel: [7.x, rolling]
11+
bazel: [7.x]
1212
tasks:
1313
verify_targets:
1414
platform: ${{ platform }}

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

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

0 commit comments

Comments
 (0)