diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-10-22 11:44:47 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-22 11:46:50 -0700 |
commit | c188daf889ea71b30e6862f3a87fcd9924319b70 (patch) | |
tree | ed5fbbed0109f7c8ed6a9385767e0db7e86df3e1 /.bazelrc | |
parent | 58a3c2d44f9596c22ef6b226cb6f2fa61617ba88 (diff) |
[bazel] Reduce number of jobs to 100.
PiperOrigin-RevId: 338517024
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,5 +42,6 @@ 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 +# TODO(b/171495162): Revert to 300 jobs once bug is fixed. +build:remote --jobs=100 build:remote --remote_timeout=3600 |