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:
Leonardo Di Donato 2020-01-16 14:41:24 +00:00 committed by Leo Di Donato
parent a231491122
commit db7cc518db
2 changed files with 0 additions and 4 deletions

View File

@ -39,7 +39,6 @@ jobs:
- image: falcosecurity/falco-builder:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
environment:
BUILD_TYPE: "release"
MAKE_JOBS: "1"
steps:
- checkout:
path: /source/falco

View File

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