mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-12 13:07:49 +00:00
fix: make gRPC with j equal 1 to avoid circleci to oom
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
Leo Di Donato
parent
a231491122
commit
db7cc518db
@@ -92,8 +92,6 @@ else()
|
||||
|
||||
get_filename_component(PROTOC_DIR ${PROTOC} PATH)
|
||||
|
||||
set(GRPC_BUILD_FLAGS ${PROCESSOUR_COUNT_MAKE_FLAG})
|
||||
|
||||
ExternalProject_Add(
|
||||
grpc
|
||||
GIT_REPOSITORY https://github.com/grpc/grpc.git
|
||||
@@ -110,7 +108,6 @@ else()
|
||||
LDFLAGS=-static
|
||||
PATH=${PROTOC_DIR}:$ENV{PATH}
|
||||
make
|
||||
${GRPC_BUILD_FLAGS}
|
||||
grpc_cpp_plugin
|
||||
static_cxx
|
||||
static_c)
|
||||
|
Reference in New Issue
Block a user