Skip to content

Commit

Permalink
build: update bazelrc for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
satreix authored Sep 5, 2024
1 parent 576d4a7 commit f0a4831
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tools/ci/bazel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
startup --host_jvm_args=-Xmx2500m
startup --host_jvm_args=-Xms2500m

test --verbose_failures
test --test_output=errors

# Until the lease service is ready, see https://github.com/bazelbuild/bazel/issues/17366.
build --action_cache_store_output_metadata=false
common --experimental_profile_include_primary_output
common --experimental_profile_include_target_label
common --nolegacy_important_outputs
common --noslim_profile

build --action_env=CC=clang
build --announce_rc=yes
Expand All @@ -17,6 +16,10 @@ build --build_metadata=ROLE=CI
build --curses=no
build --experimental_remote_cache_async
build --experimental_remote_cache_compression
build --experimental_remote_cache_compression_threshold=100
build --remote_cache=grpcs://remote.buildbuddy.io
build --remote_download_minimal
build --remote_timeout=3600

test --test_output=errors
test --verbose_failures

0 comments on commit f0a4831

Please sign in to comment.