File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ test:ruby_debug --test_output=streamed --test_env=RUBY_DEBUG_FORK_MODE=parent --
101
101
102
102
build:release --config=remote
103
103
build:release --stamp
104
- build:release --remote_download_outputs=toplevel
105
104
106
105
# RBE
107
106
import %workspace%/.bazelrc.remote
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ build:remote --remote_cache=grpcs://gypsum.cluster.engflow.com
7
7
# The number of cores available
8
8
build:remote -j 50
9
9
10
- # Build Without The Bytes
11
- build:remote --remote_download_minimal
12
-
13
10
build:remote --define=EXECUTOR=remote
14
11
build:remote --experimental_inmemory_dotd_files
15
12
build:remote --experimental_inmemory_jdeps_files
@@ -64,6 +61,7 @@ test:remote --test_timeout=600
64
61
build:remote-ci --config=remote
65
62
build:remote-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5
66
63
build:remote-ci --bes_upload_mode=wait_for_upload_complete
64
+ build:remote-ci --remote_download_minimal
67
65
68
66
# Configuration changes suggested by EngFlow
69
67
build:remote --grpc_keepalive_time=30s
You can’t perform that action at this time.
0 commit comments