You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump swift version to 6.2.0 to support new macOS SDK in CI (#426)
* Bump swiftly version to 6.2.0 to support new macOS SDK in CI
* In preparation for swift 6.2 remove Ubuntu 20.04 verification
* Fix shell pull request shell script
* Fix nightly shell script
* Fix test failures by chcecking for throwing of UninstallCancelledError
* Update uninstall xcode test to check for case where the xcode system toolchain is not present
# UBI 9 and Ubuntu 20.04 - See https://github.com/swiftlang/swift/issues/80908
23
+
# UBI 9 - See https://github.com/swiftlang/swift/issues/80908
24
24
# UBI 9 - See https://github.com/swiftlang/swift/issues/80909
25
-
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" ]]; then swiftly run +6.2-snapshot swift build --build-tests; elif [[ "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swiftly run +6.2-snapshot swift build --build-tests; else swiftly run +6.2-snapshot swift test; fi'
25
+
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" ]]; then swiftly run +6.2-snapshot swift build --build-tests; else swiftly run +6.2-snapshot swift test; fi'
26
26
27
27
tests-selfhosted-macos:
28
28
name: Test (Smoke Test - Nightly Swift Toolchain) / macOS Sequoia ARM64
run: ./scripts/prep-gh-action.sh --install-swiftly --swift-snapshot main
22
22
- name: Build and Test
23
-
# UBI 9 and Ubuntu 20.04 - See https://github.com/swiftlang/swift/issues/80908
23
+
# UBI 9 - See https://github.com/swiftlang/swift/issues/80908
24
24
# UBI 9 - See https://github.com/swiftlang/swift/issues/80909
25
-
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" ]]; then swiftly run +main-snapshot swift build --build-tests; elif [[ "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swiftly run +main-snapshot swift build --build-tests; else swiftly run +main-snapshot swift test; fi'
25
+
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" ]]; then swiftly run +main-snapshot swift build --build-tests; else swiftly run +main-snapshot swift test; fi'
26
26
27
27
tests-selfhosted-macos:
28
28
name: Test (Smoke Test - Nightly Swift Toolchain) / macOS Sequoia ARM64
#expect(!output.filter{ $0.contains("No toolchains can be uninstalled that match \"xcode\"")|| $0.contains("No toolchains match these selectors: xcode")}.isEmpty)
0 commit comments