Skip to content

Commit 83cfb77

Browse files
Swift 6.0.3 for Linux (#1491)
Needed to unblock some upstream changed. --------- Signed-off-by: Brentley Jones <[email protected]>
1 parent 540ed41 commit 83cfb77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ x_defaults:
1414
platform: ubuntu2004
1515
environment:
1616
CC: clang
17-
SWIFT_VERSION: "5.10.1"
17+
SWIFT_VERSION: "6.0.3"
1818
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
1919
PATH: "$SWIFT_HOME/usr/bin:$PATH"
2020
linux_common: &linux_common

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks:
1919
platform: ${{ platform }}
2020
environment:
2121
CC: "clang"
22-
SWIFT_VERSION: "5.10.1"
22+
SWIFT_VERSION: "6.0.3"
2323
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
2424
PATH: "$PATH:$SWIFT_HOME/usr/bin"
2525
shell_commands: *shell_commands

0 commit comments

Comments
 (0)