We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540ed41 commit 83cfb77Copy full SHA for 83cfb77
.bazelci/presubmit.yml
@@ -14,7 +14,7 @@ x_defaults:
14
platform: ubuntu2004
15
environment:
16
CC: clang
17
- SWIFT_VERSION: "5.10.1"
+ SWIFT_VERSION: "6.0.3"
18
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
19
PATH: "$SWIFT_HOME/usr/bin:$PATH"
20
linux_common: &linux_common
.bcr/presubmit.yml
@@ -19,7 +19,7 @@ tasks:
platform: ${{ platform }}
21
CC: "clang"
22
23
24
PATH: "$PATH:$SWIFT_HOME/usr/bin"
25
shell_commands: *shell_commands
0 commit comments