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 name: build
command: | command: |
pushd build pushd build
make -j2 all make -j4 all
popd popd
- run: - run:
name: run unit tests 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 - image: falcosecurity/falco-builder:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
environment: environment:
BUILD_TYPE: "release" BUILD_TYPE: "release"
MAKE_JOBS: "2"
steps: steps:
- checkout: - checkout:
path: /source/falco path: /source/falco