cgrindel/Set Up Bazel
Configure Bazel with caching via bazel-contrib/setup-bazel. Removes the startup --output_base override from ~/.bazelrc to prevent output-base lock contention in integration tests, and enables --config=ci.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bazelisk_cache | Cache Bazelisk downloads based on .bazelversion. | — | true |
| repository_cache | Cache repositories based on MODULE.bazel/WORKSPACE. | — | true |
| disk_cache | Cache action outputs based on BUILD files. Set to false if using a remote cache (e.g., BuildBuddy). Can pass a string for workflow-specific keys. | — | false |
| enable_ci_config | Whether to append 'common --config=ci' to ~/.bazelrc. | — | true |
Outputs
no outputs