Skip to content

bitrise-steplib/bitrise-step-activate-bazel-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate Bitrise Build Cache Add-On for Bazel

This Step activates Bitrise's remote build cache add-on for subsequent Bazel executions in the workflow.

Step changelog

Activates Bitrise Remote Build Cache add-on for subsequent Bazel builds in the workflow

Description

This Step activates Bitrise's remote build cache add-on for subsequent Bazel executions in the workflow.

After this Step executes, Bazel builds will automatically read from the remote cache and push new entries if it's enabled.

🧩 Get started

Add this step directly to your workflow in the Bitrise Workflow Editor.

You can also run this step directly with Bitrise CLI.

🙋 Contributing

We welcome pull requests and issues against this repository.

For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.

Learn more about developing steps: