Description
Build Cache Setup Guides for Local Development Environment Now Available - You can now easily connect to Bitrise Build Cache from your local development environment by following our step-by-step documentation for both Gradle and Bazel projects.
Highlights:
- Faster Local Builds: Your local builds and CI builds now share the same cache, dramatically reducing build times in both environments.
- Zero Project Disruption: Set up caching using init scripts without modifying your project files, so you can experiment without affecting your team
- Flexible Control: Choose to pull-only from cache (recommended) or enable full push/pull, with granular control over cache behavior
- Build Insights: View your local builds directly on the Bitrise Build Cache page with detailed environment info (env vars, Gradle properties, Bazel options) and leverage features like Gradle critical path analysis and invocation comparison for deeper optimization.
New Documentation Sections:
- Gradle Local Setup - Non-invasive setup with init scripts
- Bazel Local Setup - Fine-tuned cache control with CLI flags
Bottom Line: No more waiting for slow local builds or explaining cache setup manually - just follow the docs and start building faster immediately.