diff --git a/.bazelrc b/.bazelrc index afb181f..c8ad09c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -16,10 +16,14 @@ build:toplevel --config=inmemory build:toplevel --remote_download_outputs=toplevel build:remote --config=toplevel -build:remote --google_credentials=/tmp/credentials.json -build:remote --remote_cache=https://storage.googleapis.com/resf-temporary-bazel-cache +build:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092 +build:remote --experimental_remote_downloader=grpc://buildcache.default.svc.cluster.local:9092 +build:remote --noremote_upload_local_results +build:remote --remote_timeout=3600 +build:remote --bes_results_url=https://bz.build.resf.org/invocation/ +build:remote --bes_backend=grpc://buildbuddy-grpc.default.svc.cluster.local:1985 run:remote --experimental_remote_download_outputs=all --noexperimental_inmemory_jdeps_files --noexperimental_inmemory_dotd_files -common:ci --config=toplevel +common:ci --config=remote build --stamp=true