Android: Clean build folder at some intermediate steps to reduce disk usage

With debug symbols, the full Android build can take around 100G currently.
This commit is contained in:
Rémi Verschelde
2025-06-02 12:05:30 +02:00
parent 05a4bfed90
commit 6d05bde764
2 changed files with 18 additions and 6 deletions

View File

@@ -278,3 +278,5 @@ if [ ! -z "$SUDO_UID" ]; then
gid="${SUDO_GID}"
fi
chown -R -f $uid:$gid ${basedir}/git ${basedir}/out ${basedir}/mono-glue ${basedir}/godot*.tar.gz
echo "All builds completed. Check `out/logs/` to validate that they all succeeded (e.g. `tail -n 1 out/logs/*`)."