# Bazel remote cache configuration for testing cascache_server server
# This file configures Bazel to use the CAS server for caching

# Define cache config (use with --config=cache)
build:cache --remote_upload_local_results=false
build:cache --remote_accept_cached=true
build:cache --remote_timeout=60
build:cache --remote_instance_name=bazel-test

# Show remote cache debugging info
build:cache --execution_log_json_file=/tmp/bazel_exec.log
build:cache --remote_download_outputs=all

# Helpful output for all builds
build --verbose_failures
build --show_progress_rate_limit=1
