Files
Paul Gschwendtner a0814d0bef build: setup remote execution through shared command
Sets up remote execution through a shared command.
2023-03-01 14:19:17 -07:00

5 lines
310 B
Bash
Executable File

####################################################################################################
# Set bazel configuration for CircleCI runs.
####################################################################################################
cp "${PROJECT_ROOT}/.circleci/bazel.linux.rc" ".bazelrc.user";