|
6 | 6 |
|
7 | 7 | jobs: |
8 | 8 | tests: |
9 | | - name: Test |
| 9 | + name: Test Supported Configurations Ubuntu 20.04 |
10 | 10 | uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main |
11 | 11 | with: |
12 | | - linux_os_versions: '["noble", "jammy"]' |
13 | | - enable_macos_checks: true |
14 | | - # FIXME: https://github.com/swiftlang/github-workflows/pull/140 |
15 | | - # Xcode 16.0 and 16.1 are not actually available |
16 | | - macos_exclude_xcode_versions: | |
17 | | - [ |
18 | | - {"xcode_version": "16.0"}, |
19 | | - {"xcode_version": "16.1"}, |
20 | | - ] |
21 | | - swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI" |
22 | | - enable_linux_static_sdk_build: true |
23 | | - enable_wasm_sdk_build: true |
24 | | - |
25 | | - build-abi-stable: |
26 | | - name: Build ABI Stable |
27 | | - uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main |
28 | | - with: |
29 | | - enable_linux_checks: false |
30 | | - enable_macos_checks: true |
| 12 | + linux_os_versions: '["jammy"]' |
| 13 | + linux_exclude_swift_versions: '"[\"nightly-main\", \"nightly-6.2\"]"' |
31 | 14 | enable_windows_checks: false |
32 | | - # Only build |
33 | | - macos_build_command: "xcrun swift build --build-tests" |
34 | | - # FIXME: https://github.com/swiftlang/github-workflows/pull/140 |
35 | | - # Xcode 16.0 and 16.1 are not actually available |
36 | | - macos_exclude_xcode_versions: | |
37 | | - [ |
38 | | - {"xcode_version": "16.0"}, |
39 | | - {"xcode_version": "16.1"}, |
40 | | - ] |
41 | | - # Enable availability to match ABI stable verion of system. |
42 | | - swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI -Xbuild-tools-swiftc -DSYSTEM_ABI_STABLE" |
43 | | - |
44 | | - soundness: |
45 | | - name: Soundness |
46 | | - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main |
47 | | - with: |
48 | | - license_header_check_project_name: "Swift.org" |
49 | | - # https://github.com/apple/swift-system/issues/224 |
50 | | - docs_check_enabled: false |
51 | | - unacceptable_language_check_enabled: false |
52 | | - license_header_check_enabled: false |
53 | | - format_check_enabled: false |
54 | | - python_lint_check_enabled: false |
| 15 | + enable_macos_checks: false |
0 commit comments