mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-04 02:16:46 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user