From a231491122fcb013a3d4df3e6b0eb719abecd283 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 16 Jan 2020 14:35:01 +0000 Subject: [PATCH] update: reducing circleci number of jobs to 1 Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47ee67df..5bc7636d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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