|
27 | 27 | linux_pre_build_command: ./.github/scripts/prebuild.sh |
28 | 28 | linux_build_command: 'swift build --build-tests' |
29 | 29 | enable_windows_checks: false |
30 | | - enable_macos_checks: true |
31 | | - macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.4\"}]" |
32 | | - macos_build_command: 'swift build --build-tests' |
| 30 | + enable_macos_checks: false |
33 | 31 | enable_ios_checks: false |
34 | 32 | enable_wasm_sdk_build: false |
35 | 33 |
|
|
43 | 41 | with: |
44 | 42 | enable_cross_pr_testing: false |
45 | 43 | # linux_publish_test_results: true |
46 | | - enable_linux_checks: false |
| 44 | + enable_linux_checks: true |
47 | 45 | # linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]' |
48 | 46 | linux_swift_versions: '["nightly-main", "6.2.0"]' |
49 | 47 | linux_pre_build_command: ./.github/scripts/prebuild.sh |
|
53 | 51 | windows_swift_versions: '["nightly-main", "6.2.0"]' |
54 | 52 | windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1 -SkipAndroid' |
55 | 53 | windows_build_command: 'Invoke-Program swift run --configuration release swift-test --scratch-path .test --parallel --experimental-xunit-message-failure --xunit-output windows-xunit.xml' |
56 | | - enable_macos_checks: false |
| 54 | + enable_macos_checks: true |
57 | 55 | # Need to run against macOS OSS Toolchain: https://github.com/swiftlang/github-workflows/issues/240 |
58 | 56 | macos_build_timeout: 480 |
59 | 57 | macos_xcode_versions: "[\"26.4\"]" |
|
73 | 71 | with: |
74 | 72 | enable_cross_pr_testing: false |
75 | 73 | # linux_publish_test_results: true |
76 | | - enable_linux_checks: false |
| 74 | + enable_linux_checks: true |
77 | 75 | linux_os_versions: '["amazonlinux2"]' |
78 | 76 | linux_swift_versions: '["6.2.0"]' |
79 | 77 | linux_pre_build_command: ./.github/scripts/prebuild.sh |
|
0 commit comments