Skip to content

Commit 1add73b

Browse files
committed
Set AVD partition size
1 parent ca5f01d commit 1add73b

2 files changed

Lines changed: 1 addition & 14 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
@@ -118,6 +118,7 @@ ANDROID_AVD_CONFIG="${ANDROID_AVD_HOME}"/"${EMULATOR_NAME}".avd/config.ini
118118
# ~2G partition size
119119
echo 'disk.dataPartition.size=1024MB' >> "${ANDROID_AVD_CONFIG}"
120120
log "Checking Android emulator"
121+
cat "${ANDROID_AVD_CONFIG}"
121122

122123
log "Listing Android emulators"
123124
emulator -list-avds

.github/workflows/swift_package_test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)