mirror of https://github.com/google/oss-fuzz.git
* [infra] Use 16 threads when building LLVM (#4270). * update the comment
This commit is contained in:
parent
af41a3d31a
commit
a986d76ef4
|
@ -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"
|
LLVM_DEP_PACKAGES="build-essential make cmake ninja-build git python2.7 g++-multilib"
|
||||||
apt-get install -y $LLVM_DEP_PACKAGES
|
apt-get install -y $LLVM_DEP_PACKAGES
|
||||||
|
|
Loading…
Reference in New Issue