ci(android): add disk-space diagnostic step before release build
Android Build / build-apk (push) Has been cancelled
Build and Deploy / build-and-push (push) Has been cancelled

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:
funman300
2026-05-14 16:39:19 -07:00
parent 5e0e8d000b
commit c69d732d5a
+3
View File
@@ -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 }}