Skip to content

Commit 1c088a2

Browse files
committed
Use x86_64-linux-android for test cases
1 parent a714374 commit 1c088a2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ANDROID_EMULATOR_ARCH="x86_64"
2222
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
2323
EMULATOR_NAME="swiftemu"
2424
ANDROID_PROFILE="Nexus 10"
25+
ANDROID_EMULATOR_ARCH_TRIPLE="x86_64-linux-android"
2526
ANDROID_EMULATOR_LAUNCH_TIMEOUT=300
2627

2728
# FIXME: pass this in with an argument

.github/workflows/swift_package_test.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -611,15 +611,14 @@ jobs:
611611
df -h
612612
# need to free space or the emulator runs out
613613
rm -rf /opt/microsoft /opt/google /opt/az /opt/ghc /usr/share/dotnet /usr/local/share/boost /opt/hostedtoolcache /usr/local/share/chromium
614+
# frees ~4G
614615
rm -rf /__t/PyPy /__t/Ruby /__t/go /__t/node /usr/bin/docc /__t/CodeQ /__t/Python
615-
echo "du top-level"
616-
du -skhc / || true
617-
echo "du second level"
618-
du -skhc /* || true
619-
echo "du this level"
620-
du -skhc /* || true
621-
622-
du -skh /*/*/* || true
616+
#echo "du top-level"
617+
#du -skhc / || true
618+
#echo "du second level"
619+
#du -skhc /* || true
620+
echo "du third level"
621+
du -skhc /*/* || true
623622
df -h
624623
- name: Checkout repository
625624
uses: actions/checkout@v4

0 commit comments

Comments
 (0)