update: configure JOBS number for centos7 build (circleci)

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:29:26 +00:00 committed by Leo Di Donato
parent 0dfa937269
commit 43a2402a27

View File

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