Skip to content

Commit 03a2cae

Browse files
committed
Update min supported rules_swift to 3.3.0
1 parent 300ac2a commit 03a2cae

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.bazelci/presubmit.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,19 @@ tasks:
4242
bazel: 8.x
4343
<<: *common
4444

45-
# TODO: Re-enable when we fix bazel 9.x
46-
# macos_last_rc:
47-
# name: "Last RC Bazel"
48-
# bazel: last_rc
49-
# <<: *common
45+
macos_last_rc:
46+
name: "Last RC Bazel"
47+
bazel: last_rc
48+
<<: *common
5049

5150
macos_last_green:
5251
name: "Last Green Bazel"
53-
# TODO: Move back to last_green ASAP
54-
bazel: 5409637c4e2d5c010b7264172b1004a2afd46bfe
52+
bazel: last_green
5553
<<: *common
5654

5755
doc_tests:
5856
name: "Doc tests"
59-
# TODO: Move back to last_green once rules_cc is fixed
60-
bazel: 48555196ef92f54d0a331a01dac9db0a6aabc8b4
57+
bazel: last_green
6158
platform: ubuntu2004
6259
test_targets:
6360
- "doc/..."

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ bazel_dep(name = "platforms", version = "0.0.11")
1414
bazel_dep(name = "rules_cc", version = "0.1.2")
1515
bazel_dep(
1616
name = "rules_swift",
17-
version = "2.4.0",
17+
version = "3.3.0",
1818
max_compatibility_level = 3,
1919
repo_name = "build_bazel_rules_swift",
2020
)
2121

2222
# Test with latest rules_swift without requiring users to use this version
2323
single_version_override(
2424
module_name = "rules_swift",
25-
version = "3.0.2",
25+
version = "3.4.2",
2626
)
2727

2828
bazel_dep(name = "rules_python", version = "1.3.0")

0 commit comments

Comments
 (0)