CI: speed up Android builds (drop redundant upload, use full runner capacity) #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/build-speedups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Measured breakdown of a full build (16 min total, PR #11 run):
Changes: drop the failing upload-artifact step; --max-workers 2->8 and -Xmx3g->6g (runner has 14 cores/16GB, was underused); enable org.gradle.caching + org.gradle.parallel (runner is persistent native host, GRADLE_USER_HOME already persists across builds).