Skip to content

Commit 7bf8957

Browse files
committed
Update testing packages
1 parent 23a5cd8 commit 7bf8957

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)