diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-10-23 13:54:57 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-23 13:56:52 -0700 |
commit | ad6d32f2260e85d2a7320265109868d753558c5e (patch) | |
tree | a1fc47ce342388a342d1f4753b31b2433ad9d6b6 /.bazelrc | |
parent | 61b379ee19bd160de01ad483d883f09fa0bce23c (diff) |
[bazel] Increase number of jobs back to 300
PiperOrigin-RevId: 338739277
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -42,6 +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 -# TODO(b/171495162): Revert to 300 jobs once bug is fixed. -build:remote --jobs=100 +build:remote --jobs=300 build:remote --remote_timeout=3600 |