Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: What should be cached for a performance boost? #104

Open
Kisty opened this issue Jul 17, 2024 · 1 comment
Open

CI: What should be cached for a performance boost? #104

Kisty opened this issue Jul 17, 2024 · 1 comment

Comments

@Kisty
Copy link

Kisty commented Jul 17, 2024

I'm looking to improve the build process on CI by minimising build time (our Android builds on Bitbucket typically require 2x resources node with an app module & 10 modules).

What should be cached to ensure that the image doesn't redownload the SDK and files each time? I've got the gradle cache registered, but can't see any other cache that should be kept on the CI such as Android Platform SDK, SDK tools, etc. (using Bitbucket Pipelines currently but will migrate to Azure soon).

@mindrunner
Copy link
Owner

Please provide more information, e.g. which image flavor do you use? How to you run the build etc.

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

No branches or pull requests

2 participants