-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep.yml
34 lines (28 loc) · 1.06 KB
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
title: |-
Build Cache for Bazel
summary: |
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.
website: https://github.com/bitrise-steplib/bitrise-step-activate-build-cache-for-bazel
source_code_url: https://github.com/bitrise-steplib/bitrise-step-activate-build-cache-for-bazel
support_url: https://github.com/bitrise-steplib/bitrise-step-activate-build-cache-for-bazel/issues
type_tags:
- utility
run_if: .IsCI
is_skippable: true
toolkit:
bash:
entry_file: step.sh
inputs:
- enable_rbe: "false"
opts:
title: Enable Bazel RBE
is_required: true
value_options:
- "true"
- "false"
summary: Enable Bazel Remote Build Execution (RBE)
description: |-
When enabled, this sets up Bazel to use Bitrise's Remote Build Execution (RBE) service to execute builds.