Skip to content

Commit aa2d5c7

Browse files
committed
Enable the static Linux SDK build
Helps keep the codebase free of unintentional Glibc-isms. There are also some interesting testing use cases enabled by building Swift Build using the static SDK.
1 parent afc6b35 commit aa2d5c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
2020
windows_swift_versions: '["nightly-main"]'
2121
windows_build_command: 'swift test --no-parallel'
22+
enable_linux_static_sdk_build: true
23+
linux_static_sdk_build_command: LLBUILD_STATIC_LINK=1 swift build
2224
cmake-smoke-test:
2325
name: cmake-smoke-test
2426
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 commit comments

Comments
 (0)