[infra] Use 16 threads when building LLVM (#4270). (#4315)

* [infra] Use 16 threads when building LLVM (#4270).

* update the comment
This commit is contained in:
Max Moroz 2020-08-13 12:58:02 -07:00 committed by GitHub
parent af41a3d31a
commit a986d76ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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