File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,6 @@ jobs:
206206 adb push $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/*/sysroot/usr/lib/${ANDROID_EMULATOR_ARCH_TRIPLE}-linux-android/libc++_shared.so /data/local/tmp/
207207 adb shell /data/local/tmp/hello
208208
209- - run : ./android-ci.sh test swiftlang/swift-toolchain-sqlite
210-
211209 - run : ./android-ci.sh test swiftlang/swift-markdown
212210
213211 - run : ./android-ci.sh test swiftlang/swift-tools-support-core
@@ -224,6 +222,9 @@ jobs:
224222
225223 - run : ./android-ci.sh test apple/swift-atomics
226224
225+ # no tests in swift-toolchain-sqlite
226+ - run : ./android-ci.sh build swiftlang/swift-toolchain-sqlite
227+
227228 # build-only: tests work, but they take a very long time
228229 - run : ./android-ci.sh build apple/swift-collections
229230
You can’t perform that action at this time.
0 commit comments