Update Android Python versions (#2687)
* Update Android Python versions * Restore "free up disk space" step for non-Android jobs only
This commit is contained in:
@@ -101,13 +101,12 @@ jobs:
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
|
||||
- name: Free up disk space
|
||||
if: runner.os == 'Linux'
|
||||
if: runner.os == 'Linux' && matrix.test_select != 'android'
|
||||
run: |
|
||||
docker system prune -a -f
|
||||
sudo rm -rf $ANDROID_HOME/ndk/{26,28}.* /opt/hostedtoolcache/CodeQL \
|
||||
sudo rm -rf $ANDROID_HOME/ndk /opt/hostedtoolcache/CodeQL \
|
||||
/usr/local/lib/node_modules /usr/local/share/chromium \
|
||||
/usr/local/share/powershell
|
||||
df -h
|
||||
df -m
|
||||
|
||||
# for oci_container unit tests
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user