mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 11:21:25 +00:00
Use buildcache and buildbuddy in CI
This commit is contained in:
parent
f96781d3c5
commit
9089c5c16e
10
.bazelrc
10
.bazelrc
@ -16,10 +16,14 @@ build:toplevel --config=inmemory
|
|||||||
build:toplevel --remote_download_outputs=toplevel
|
build:toplevel --remote_download_outputs=toplevel
|
||||||
|
|
||||||
build:remote --config=toplevel
|
build:remote --config=toplevel
|
||||||
build:remote --google_credentials=/tmp/credentials.json
|
build:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092
|
||||||
build:remote --remote_cache=https://storage.googleapis.com/resf-temporary-bazel-cache
|
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
|
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
|
build --stamp=true
|
||||||
|
Loading…
Reference in New Issue
Block a user