peridot/.bazelrc

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-07-07 20:11:50 +00:00
# Stamp script
build --workspace_status_command=tools/status.sh
run --workspace_status_command=tools/status.sh
# C++
build --cxxopt='-std=c++17'
build --host_cxxopt='-std=c++17'
2022-07-07 20:11:50 +00:00
# Just build tests when testing
test --build_tests_only
build --incompatible_strict_action_env=true
# Minimize what is downloaded
build:inmemory --experimental_inmemory_jdeps_files
build:inmemory --experimental_inmemory_dotd_files
# Minimize what is downloaded
build:toplevel --config=inmemory
2022-10-30 01:59:25 +00:00
build:toplevel --remote_download_outputs=toplevel
2022-07-07 20:11:50 +00:00
build:remote --config=toplevel
2022-10-30 06:58:12 +00:00
build:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092
query:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092
fetch:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092
2022-10-30 03:24:48 +00:00
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
2022-07-07 20:11:50 +00:00
run:remote --experimental_remote_download_outputs=all --noexperimental_inmemory_jdeps_files --noexperimental_inmemory_dotd_files
2022-10-30 03:24:48 +00:00
common:ci --config=remote
2022-10-30 01:59:25 +00:00
2022-07-07 20:11:50 +00:00
build --stamp=true