Skip to content

Commit ae44b2b

Browse files
HoloRinmergify-bot
authored andcommitted
Add --remote_download_toplevel to the bazel config
Based on the testing and advice from BuildBuddy: Network limitations/flakiness in GitHub actions can be mitigated by reducing the number of artifacts that get downloaded. Since we only use bazel for testing currently, we don't actually care about the artifacts, so there is no downside to the flag. If this isn't enough, we can try the --remote_download_minimal flag, which limits the amount of downloads even further. (cherry picked from commit f92e6b4) (cherry picked from commit 70ae1e4)
1 parent a87072c commit ae44b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build:buildbuddy --remote_cache=grpcs://remote.buildbuddy.io
77
build:buildbuddy --remote_timeout=1200
88
build:buildbuddy --grpc_keepalive_time=360s
99
build:buildbuddy --grpc_keepalive_timeout=360s
10+
build:buildbuddy --remote_download_toplevel
1011
build:buildbuddy --build_metadata=REPO_URL=https://github.com/rabbitmq/rabbitmq-server.git
1112

1213
build:rbe --config=buildbuddy

0 commit comments

Comments
 (0)