ci(android): add disk-space diagnostic step before release build
Helps diagnose whether the 3-ABI release build is hitting disk limits. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -113,6 +113,9 @@ jobs:
|
||||
[ -s /tmp/b64_err.txt ] && echo "base64 error: $(cat /tmp/b64_err.txt)" || true
|
||||
[ "$size" -gt 0 ] || { echo "ERROR: KEYSTORE_BASE64 is empty or invalid base64"; exit 1; }
|
||||
|
||||
- name: Disk space before build
|
||||
run: df -h / && du -sh /opt/android-sdk target/ ~/.cargo 2>/dev/null || true
|
||||
|
||||
- name: Build signed release APK
|
||||
env:
|
||||
ANDROID_HOME: ${{ env.ANDROID_SDK }}
|
||||
|
||||
Reference in New Issue
Block a user