File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ ANDROID_AVD_CONFIG="${ANDROID_AVD_HOME}"/"${EMULATOR_NAME}".avd/config.ini
118118# ~2G partition size
119119echo ' disk.dataPartition.size=1024MB' >> " ${ANDROID_AVD_CONFIG} "
120120log " Checking Android emulator"
121+ cat " ${ANDROID_AVD_CONFIG} "
121122
122123log " Listing Android emulators"
123124emulator -list-avds
Original file line number Diff line number Diff line change @@ -606,20 +606,6 @@ jobs:
606606 run : swift --version
607607 - name : Clang version
608608 run : clang --version
609- - name : Free Disk Space
610- run : |
611- df -h
612- # need to free space or the emulator runs out
613- 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
615- rm -rf /__t/PyPy /__t/Ruby /__t/go /__t/node* /__t/CodeQL /__t/Python
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
622- df -h
623609 - name : Checkout repository
624610 uses : actions/checkout@v4
625611 if : ${{ matrix.os_version != 'amazonlinux2' }}
You can’t perform that action at this time.
0 commit comments