You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,8 @@ jobs:
213
213
adb shell /data/local/tmp/hello
214
214
215
215
- name: Install testing prerequisites on Android Emulator
216
+
# not needed when building with --static-swift-stdlib
217
+
if: false
216
218
run: |
217
219
cd ~/Library/org.swift.swiftpm || cd ${XDG_CONFIG_HOME}/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
218
220
# add necessary dependencies
@@ -232,17 +234,20 @@ jobs:
232
234
git clone https://github.com/${ORG}/${PACKAGE}
233
235
cd ${PACKAGE}
234
236
235
-
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests +"${SWIFT_TOOLCHAIN_VERSION}"
237
+
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests --static-swift-stdlib +"${SWIFT_TOOLCHAIN_VERSION}"
0 commit comments