It's bazel-remote not bazelrc (experimental_remote_api)

This commit is contained in:
Mustafa Gezen 2022-10-30 05:19:32 +01:00
parent 65f67b7fd6
commit 35be9b6184
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ build:toplevel --remote_download_outputs=toplevel
build:remote --config=toplevel
build:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092
build:remote --experimental_remote_asset_api --experimental_remote_downloader=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/

View File

@ -34,6 +34,7 @@ spec:
- --s3.endpoint=s3.us-east-2.amazonaws.com
- --max_size=98
- --dir=/buildcache
- --experimental_remote_asset_api
ports:
- name: http
containerPort: 8080