Skip to content

Commit b485c3d

Browse files
Disable static linux build
Disable static build due to tests are not supported.
1 parent 25b46b3 commit b485c3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
2222
windows_swift_versions: '["nightly-main"]'
2323
windows_build_command: 'Invoke-Program swift test'
24-
enable_linux_static_sdk_build: true
25-
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
2624
enable_macos_checks: true
2725
macos_xcode_versions: "[\"26.0\"]"
2826
macos_build_command: swift test

0 commit comments

Comments
 (0)