# Directories caches by GitHub actions | |
common:local --disk_cache=~/.cache/bazel-disk-cache | |
common --repository_cache=~/.cache/bazel-repository-cache | |
# Debug where options came from | |
common --announce_rc | |
# Allows tests to run bazelisk-in-bazel, since this is the cache folder used | |
common --test_env=XDG_CACHE_HOME |