peridot/.bazelrc

26 lines
811 B
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
# 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
build:remote --google_credentials=/tmp/credentials.json
build:remote --remote_cache=https://storage.googleapis.com/resf-temporary-bazel-cache
run:remote --experimental_remote_download_outputs=all --noexperimental_inmemory_jdeps_files --noexperimental_inmemory_dotd_files
2022-10-30 01:59:25 +00:00
common:ci --config=toplevel
2022-07-07 20:11:50 +00:00
build --stamp=true