Skip to content

Commit 6083e5d

Browse files
committed
Merge branch 'main' into floating-point-parsers
2 parents 6ad3ce4 + 7c3165b commit 6083e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"6.0\"}, {\"swift_version\": \"6.1\"}, {\"swift_version\": \"nightly\"}, {\"swift_version\": \"nightly-6.1\"}]"
3030
enable_macos_checks: false
3131
enable_windows_checks: false
32+
linux_build_command: swift test --disable-experimental-prebuilts # prebuilt swift-syntax not building
3233

3334
soundness:
3435
name: Soundness
@@ -38,7 +39,7 @@ jobs:
3839
format_check_container_image: swiftlang/swift:nightly-6.2-jammy
3940
shell_check_enabled: true
4041
yamllint_check_enabled: true
41-
api_breakage_check_enabled: true
42+
api_breakage_check_enabled: false # doesn't allow skipping prebuilt swift-syntax binary
4243
api_breakage_check_container_image: swiftlang/swift:nightly-6.2-jammy
4344
docs_check_enabled: false # nightly container has issues installing yq
4445
docs_check_container_image: swiftlang/swift:nightly-6.2-jammy

0 commit comments

Comments
 (0)