mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-04 10:26:40 +00:00
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:
parent
0dfa937269
commit
43a2402a27
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user