Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
windows_nightly_6_1_arguments_override: "--enable-all-traits --explicit-target-dependency-import-check error"
windows_nightly_main_arguments_override: "--enable-all-traits --explicit-target-dependency-import-check error"

# Static SDK build blocked on the fact that ConfigurationTesting depends on Swift Testing,
# which doesn't build for Musl. We need a way to only build the Configuration target for Musl.
# Waiting on: https://github.com/apple/swift-nio/pull/3377
# static-sdk:
# name: Static SDK
# # Workaround https://github.com/nektos/act/issues/1875
# uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
static-sdk:
name: Static SDK
# Workaround https://github.com/nektos/act/issues/1875
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
with:
env_vars: '{"ENABLE_ALL_TRAITS":"1"}'
command_arguments: '--product Configuration'

macos-tests:
name: macOS tests
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
windows_nightly_6_1_arguments_override: "--enable-all-traits --explicit-target-dependency-import-check error"
windows_nightly_main_arguments_override: "--enable-all-traits --explicit-target-dependency-import-check error"

# Static SDK build blocked on the fact that ConfigurationTesting depends on Swift Testing,
# which doesn't build for Musl. We need a way to only build the Configuration target for Musl.
# Waiting on: https://github.com/apple/swift-nio/pull/3377
# static-sdk:
# name: Static SDK
# # Workaround https://github.com/nektos/act/issues/1875
# uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
static-sdk:
name: Static SDK
# Workaround https://github.com/nektos/act/issues/1875
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
with:
env_vars: '{"ENABLE_ALL_TRAITS":"1"}'
command_arguments: '--product Configuration'

macos-tests:
name: macOS tests
Expand Down
Loading