From 43a2402a27de76814408b5d84d18c711fba988fe Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 16 Jan 2020 14:29:26 +0000 Subject: [PATCH] update: configure JOBS number for centos7 build (circleci) Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b796771..47ee67df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: name: build command: | pushd build - make -j2 all + make -j4 all popd - run: name: run unit tests @@ -39,6 +39,7 @@ 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: "2" steps: - checkout: path: /source/falco