We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d057394 commit 9b21246Copy full SHA for 9b21246
.github/workflows/sdks.yml
@@ -348,8 +348,6 @@ jobs:
348
git apply ../sdk-config/swift-nio-disable-ecn-tests.patch ../sdk-config/swift-nio-filesystem.patch
349
if ${{ startsWith(matrix.os, 'macos') }}; then
350
git apply -R ../sdk-config/swift-nio-revert-async.patch
351
- elif ${{ matrix.version == 'devel' }}; then
352
- git apply ../sdk-config/swift-nio-armv7-devel.patch
353
fi
354
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_AARCH_FLAGS}
355
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_X_FLAGS}
swift-nio-armv7-devel.patch
0 commit comments