File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-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-tools-support-core
210-
211209 - run : ./android-ci.sh test swiftlang/swift-syntax
212210
213211 - run : ./android-ci.sh test swiftlang/swift-subprocess
@@ -220,6 +218,10 @@ jobs:
220218
221219 - run : ./android-ci.sh test apple/swift-atomics
222220
221+ # build-only because tests crash in NetrcTests.testNoErrorMixedAccount
222+ # and tests use abslute file paths
223+ - run : ./android-ci.sh build swiftlang/swift-tools-support-core
224+
223225 # build-only because it tries to write to "/tmp/old.txt" and "/tmp/" does not exist
224226 - run : ./android-ci.sh build swiftlang/swift-markdown
225227
You can’t perform that action at this time.
0 commit comments