Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.77 KB

File metadata and controls

44 lines (26 loc) · 1.77 KB

Activate Bitrise Build Cache for Bazel

Step changelog

Activates Bitrise Remote Build Cache for subsequent Bazel builds in the workflows.

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.

⚙️ Configuration

Inputs There are no inputs defined in this step
Outputs There are no outputs defined in this step

🙋 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: