Skip to content

Commit 95e2a7f

Browse files
Change default Android SDK build command
Updated default build command for Android SDK to use 'swift build' instead of 'swift build --build-system native'. The 4/27 snapshot contains the requisite changes for Android to work. For Wasm, we want to wait until swiftlang/swift-build#1348 lands before unpinning.
1 parent 5eee019 commit 95e2a7f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ on:
171171
android_sdk_build_command:
172172
type: string
173173
description: "Command to use when building the package with the Swift SDK for Android"
174-
# Temporarily use native build system on Android due to https://github.com/swiftlang/swift/issues/88282
175-
default: "swift build --build-system native"
174+
default: "swift build"
176175
android_sdk_triples:
177176
type: string
178177
description: "The triples to use when building with the Swift SDK for Android. The final triple in the list will be used for the emulator testing and should match the host architecture."

0 commit comments

Comments
 (0)