update: reducing circleci number of jobs to 1

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:35:01 +00:00
committed by Leo Di Donato
parent 43a2402a27
commit a231491122

View File

@@ -39,7 +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"
MAKE_JOBS: "1"
steps:
- checkout:
path: /source/falco