Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Aug 7, 2024
1 parent a46d404 commit 16baaf0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/remote_build/include/rbe_remote_execution.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ import %workspace%/tools/remote_build/include/rbe_base_config.bazelrc
# configure backend for remote execution
build --remote_executor=grpcs://remotebuildexecution.googleapis.com

build --spawn_strategy=remote
build --strategy=Javac=remote
build --strategy=Closure=remote
build --genrule_strategy=remote
build --remote_timeout=7200 # very large value to avoid problems like https://github.com/grpc/grpc/issues/20777
# Very large value to avoid problems like https://github.com/grpc/grpc/issues/20777
build --remote_timeout=7200

# In the remote execution environment, each test gets its own docker containers
# and port server won't be available.
Expand Down

0 comments on commit 16baaf0

Please sign in to comment.