Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: