2023-02-17 00:59:21 +00:00
|
|
|
# Bazel options included on CI using the --bazelrc Bazel flag
|
|
|
|
|
|
|
|
# CI specific caching options
|
2022-01-21 16:48:43 +00:00
|
|
|
build --repository_cache=~/.cache/bazel-repo
|
2021-11-08 14:20:26 +00:00
|
|
|
test --test_env=XDG_CACHE_HOME
|
2022-08-18 21:18:33 +00:00
|
|
|
|
|
|
|
# When no remote cache, use a local one
|
|
|
|
build:local --disk_cache=~/.cache/bazel
|
|
|
|
|
2023-02-17 00:59:21 +00:00
|
|
|
# Remote build execution
|
2022-08-18 21:18:33 +00:00
|
|
|
build:rbe --extra_execution_platforms=@aspect_bazel_lib//platforms:x86_64_linux_remote
|
|
|
|
build:rbe --host_platform=@aspect_bazel_lib//platforms:x86_64_linux_remote
|
|
|
|
build:rbe --jobs=32
|
|
|
|
|
2023-08-29 21:24:59 +00:00
|
|
|
# BuildBuddy remote exec
|
|
|
|
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_executor=grpcs://remote.buildbuddy.io
|