Skip to content

Conversation

simolus3
Copy link
Contributor

Enabling parallel builds will execute tasks from different projects in parallel. This is a safe optimization to enable and makes our builds a bit faster (it's also a recommended performance optimization).

Tasks within a single project are still running sequentially (which means that the tasks to compile SQLite can still slow things down quite a bit), but it's a quick win. Enabling the configuration cache would likely speed things up a lot more more, but many Gradle plugins are not compatible with that yet so I think that may be too risky.

@simolus3 simolus3 merged commit 07cd631 into main Mar 26, 2025
3 checks passed
@simolus3 simolus3 deleted the parallel-builds branch March 26, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants