File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ ANDROID_EMULATOR_ARCH="x86_64"
2222EMULATOR_SPEC=" system-images;android-${ANDROID_API} ;default;${ANDROID_EMULATOR_ARCH} "
2323EMULATOR_NAME=" swiftemu"
2424ANDROID_PROFILE=" Nexus 10"
25+ ANDROID_EMULATOR_ARCH_TRIPLE=" x86_64-linux-android"
2526ANDROID_EMULATOR_LAUNCH_TIMEOUT=300
2627
2728# FIXME: pass this in with an argument
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments