Skip to content

Commit a487d50

Browse files
update NDK version (#262)
1 parent f45407c commit a487d50

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,21 @@ on:
166166
wasm_sdk_build_command:
167167
type: string
168168
description: "Command to use when building the package with the Swift SDK for Wasm"
169-
default: "swift build"
169+
# Temporarily use native build system on Android due to https://github.com/swiftlang/swift/issues/88282
170+
default: "swift build --build-system native"
170171
android_sdk_build_command:
171172
type: string
172173
description: "Command to use when building the package with the Swift SDK for Android"
173-
default: "swift build"
174+
# Temporarily use native build system on Android due to https://github.com/swiftlang/swift/issues/88282
175+
default: "swift build --build-system native"
174176
android_sdk_triples:
175177
type: string
176178
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."
177179
default: "[\"aarch64-unknown-linux-android28\", \"x86_64-unknown-linux-android28\"]"
178180
android_ndk_versions:
179181
type: string
180182
description: "The NDK versions to use when building with the Swift SDK for Android"
181-
default: "[\"r27d\", \"28c\"]"
183+
default: "[\"r27d\", \"r28c\"]"
182184
windows_pre_build_command:
183185
type: string
184186
description: "Windows Command Prompt command to execute before building the Swift package"

0 commit comments

Comments
 (0)