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-markdown
210-
211209 - run : ./android-ci.sh test swiftlang/swift-tools-support-core
212210
213211 - run : ./android-ci.sh test swiftlang/swift-syntax
@@ -222,6 +220,9 @@ jobs:
222220
223221 - run : ./android-ci.sh test apple/swift-atomics
224222
223+ # build-only because it tries to write to "/tmp/old.txt" and "/tmp/" does not exist
224+ - run : ./android-ci.sh build swiftlang/swift-markdown
225+
225226 # no tests in swift-toolchain-sqlite
226227 - run : ./android-ci.sh build swiftlang/swift-toolchain-sqlite
227228
You can’t perform that action at this time.
0 commit comments