Skip to content

Commit 28df3c0

Browse files
committed
Don't use the prebuilt swift-syntax binary
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 28df3c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
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

0 commit comments

Comments
 (0)