Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions github-actions/bazel/configure-remote/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ inputs:
description: |
If specified, the given `bazelrc` file is being updated to always run
with the `--config=remote` flag. Defaults to `.bazelrc.user`
only_cache:
allow_windows_rbe:
default: false
description: |
Whether to only set up remote caching, instead of allowing for full
remote execution (on Linux/macOS).
Whether to allow remote execution to be configured for Windows. By default,
Windows is only configured to leverage remote caching.

shell:
default: bash
Expand All @@ -23,6 +23,6 @@ runs:
- run: node $GITHUB_ACTION_PATH/configure-remote.cjs
env:
BAZELRC_PATH: ${{ inputs.bazelrc }}
ONLY_CACHE: ${{ inputs.only_cache }}
ALLOW_WINDOWS_RBE: ${{ inputs.allow_windows_rbe }}
NGAT: 'bKddxrYADouso3haW7lCFA=='
shell: ${{ inputs.shell }}
Loading
Loading