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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bazelisk_cacheCache Bazelisk downloads based on .bazelversion.true
repository_cacheCache repositories based on MODULE.bazel/WORKSPACE.true
disk_cacheCache 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_configWhether to append 'common --config=ci' to ~/.bazelrc.true

no outputs