aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-clang
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-08-13 12:58:02 -0700
committerGitHub <noreply@github.com>2020-08-13 12:58:02 -0700
commita986d76ef4026f95fd11e6f639f7888c026c3d8a (patch)
tree51cea3d295110c25c00533f6136fd4b19b1329e2 /infra/base-images/base-clang
parentaf41a3d31adbefe62c873bf8918f9e6177ca07af (diff)
downloadoss-fuzz-a986d76ef4026f95fd11e6f639f7888c026c3d8a.tar.gz
[infra] Use 16 threads when building LLVM (#4270). (#4315)
* [infra] Use 16 threads when building LLVM (#4270). * update the comment
Diffstat (limited to 'infra/base-images/base-clang')
-rwxr-xr-xinfra/base-images/base-clang/checkout_build_install_llvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-clang/checkout_build_install_llvm.sh b/infra/base-images/base-clang/checkout_build_install_llvm.sh
index 45bccb2ac..b8f4f0b71 100755
--- a/infra/base-images/base-clang/checkout_build_install_llvm.sh
+++ b/infra/base-images/base-clang/checkout_build_install_llvm.sh
@@ -15,7 +15,7 @@
#
################################################################################
-NPROC=4 # TODO(#4270): remove or increase this depending on the build status.
+NPROC=16 # See issue #4270. The compiler crashes on GCB instance with 32 vCPUs.
LLVM_DEP_PACKAGES="build-essential make cmake ninja-build git python2.7 g++-multilib"
apt-get install -y $LLVM_DEP_PACKAGES