Skip to content

Commit 7c3165b

Browse files
authored
Don't use the prebuilt swift-syntax binary (#33)
The current (see below) version of the binary might be causing compilation issues. This change skips it for now. https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-09-06-a-MacroSupport-ubuntu_jammy_x86_64.tar.gz
1 parent aacd742 commit 7c3165b

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)