build: configure HTTP and gRPC remote caching in .bazelrc
Build and Deploy / build-and-deploy (push) Successful in 2m32s

This commit is contained in:
2026-06-12 22:12:21 -07:00
parent 8fe27e059d
commit 16132ed1df
+11
View File
@@ -0,0 +1,11 @@
# --- Remote Caching ---
build:http-cache --remote_cache=https://bazel-cache.rodydavis.dev
build:http-cache --remote_timeout=5
build:http-cache --remote_local_fallback=true
build:http-cache --remote_header=Authorization="Bearer ${BAZEL_CACHE_TOKEN}"
build:grpc-cache --remote_cache=grpcs://bazel-grpc-cache.rodydavis.dev
build:grpc-cache --remote_upload_local_results=true
build:grpc-cache --remote_timeout=5
build:grpc-cache --remote_local_fallback=true
build:grpc-cache --remote_header=Authorization="Bearer ${BAZEL_CACHE_TOKEN}"