diff options
author | Adin Scannell <ascannell@google.com> | 2020-12-01 19:19:07 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-01 19:20:47 -0800 |
commit | 93d29719cc016a8f52ae5e28c4a3bff2d9da0c3f (patch) | |
tree | 55c4f34c0fd889389505c212b37677a927318809 /.bazelrc | |
parent | aa419cef4b0189d0dbe739e65553482a135cd5d1 (diff) |
Drop jobs for bazel remote execution.
PiperOrigin-RevId: 345147980
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,5 +42,5 @@ build:remote --extra_toolchains=//tools/bazeldefs:cc-toolchain-clang-x86_64-defa build:remote --extra_execution_platforms=//tools/bazeldefs:rbe_ubuntu1604 build:remote --platforms=//tools/bazeldefs:rbe_ubuntu1604 build:remote --crosstool_top=@rbe_default//cc:toolchain -build:remote --jobs=300 +build:remote --jobs=100 build:remote --remote_timeout=3600 |