mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-27 23:47:22 -04:00
bazel: test remote caching and execution
This commit is contained in:
parent
566924caf8
commit
44be3a8542
1 changed files with 17 additions and 0 deletions
17
.bazelrc
17
.bazelrc
|
@ -46,3 +46,20 @@ build:linux_arm64_static --platforms @zig_sdk//libc_aware/platform:linux_arm64_m
|
||||||
|
|
||||||
# bazel config to explicitly disable stamping (hide version information at build time)
|
# bazel config to explicitly disable stamping (hide version information at build time)
|
||||||
build:nostamp --nostamp --workspace_status_command=
|
build:nostamp --nostamp --workspace_status_command=
|
||||||
|
|
||||||
|
build:rbe --remote_executor=remote.buildbuddy.io
|
||||||
|
build:rbe --bes_results_url=https://app.buildbuddy.io/invocation/
|
||||||
|
build:rbe --bes_backend=grpcs://remote.buildbuddy.io
|
||||||
|
build:rbe --remote_timeout=3600
|
||||||
|
build:rbe --remote_download_minimal
|
||||||
|
build:rbe --jobs=1000
|
||||||
|
build:rbe --nogoogle_default_credentials
|
||||||
|
build:rbe --experimental_remote_build_event_upload=minimal
|
||||||
|
build:rbe --experimental_remote_cache_compression
|
||||||
|
build:remote_cache --bes_results_url=https://app.buildbuddy.io/invocation/
|
||||||
|
build:remote_cache --bes_backend=grpcs://remote.buildbuddy.io
|
||||||
|
build:remote_cache --remote_cache=grpcs://remote.buildbuddy.io
|
||||||
|
build:remote_cache --remote_timeout=3600
|
||||||
|
build:remote_cache --experimental_remote_build_event_upload=minimal
|
||||||
|
build:remote_cache --experimental_remote_cache_compression
|
||||||
|
build:remote_cache_readonly --noremote_upload_local_results # Uploads logs & artifacts without writing to cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue