Skip to content

Commit a0a40ef

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 25dd849 commit a0a40ef

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
@@ -19,6 +19,7 @@ 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
2223
cmake-smoke-test:
2324
name: cmake-smoke-test
2425
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 commit comments

Comments
 (0)