Skip to content

Commit d791fe4

Browse files
committed
[build] move remote_download_minimal setting to remote-ci config
as of bazel 7 remote_download toplevel is the default and minimal makes sense for CI specifically
1 parent 65e5ce7 commit d791fe4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.bazelrc

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ test:ruby_debug --test_output=streamed --test_env=RUBY_DEBUG_FORK_MODE=parent --
101101

102102
build:release --config=remote
103103
build:release --stamp
104-
build:release --remote_download_outputs=toplevel
105104

106105
# RBE
107106
import %workspace%/.bazelrc.remote

.bazelrc.remote

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ build:remote --remote_cache=grpcs://gypsum.cluster.engflow.com
77
# The number of cores available
88
build:remote -j 50
99

10-
# Build Without The Bytes
11-
build:remote --remote_download_minimal
12-
1310
build:remote --define=EXECUTOR=remote
1411
build:remote --experimental_inmemory_dotd_files
1512
build:remote --experimental_inmemory_jdeps_files
@@ -64,6 +61,7 @@ test:remote --test_timeout=600
6461
build:remote-ci --config=remote
6562
build:remote-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5
6663
build:remote-ci --bes_upload_mode=wait_for_upload_complete
64+
build:remote-ci --remote_download_minimal
6765

6866
# Configuration changes suggested by EngFlow
6967
build:remote --grpc_keepalive_time=30s

0 commit comments

Comments
 (0)