Skip to content

Commit

Permalink
[build] move remote_download_minimal setting to remote-ci config
Browse files Browse the repository at this point in the history
as of bazel 7 remote_download toplevel is the default and minimal makes sense for CI specifically
  • Loading branch information
titusfortner committed Jun 11, 2024
1 parent 65e5ce7 commit d791fe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ test:ruby_debug --test_output=streamed --test_env=RUBY_DEBUG_FORK_MODE=parent --

build:release --config=remote
build:release --stamp
build:release --remote_download_outputs=toplevel

# RBE
import %workspace%/.bazelrc.remote
4 changes: 1 addition & 3 deletions .bazelrc.remote
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ build:remote --remote_cache=grpcs://gypsum.cluster.engflow.com
# The number of cores available
build:remote -j 50

# Build Without The Bytes
build:remote --remote_download_minimal

build:remote --define=EXECUTOR=remote
build:remote --experimental_inmemory_dotd_files
build:remote --experimental_inmemory_jdeps_files
Expand Down Expand Up @@ -64,6 +61,7 @@ test:remote --test_timeout=600
build:remote-ci --config=remote
build:remote-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5
build:remote-ci --bes_upload_mode=wait_for_upload_complete
build:remote-ci --remote_download_minimal

# Configuration changes suggested by EngFlow
build:remote --grpc_keepalive_time=30s
Expand Down

0 comments on commit d791fe4

Please sign in to comment.