From 1390fc097776f734a0b693c446b6ff7712a68a98 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Thu, 29 Jul 2021 08:10:39 +0200 Subject: [PATCH] CI/cirrus: reduce compile time with increased parallism Cirrus CI VMs have 2 CPUs, let's use them also for Windows builds. Reviewed-by: Daniel Stenberg Closes #7505 --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7e71bb6ad8..d82e639873 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -116,6 +116,7 @@ windows_task: env: CIRRUS_CLONE_DEPTH: 10 MSYS2_PATH_TYPE: inherit + MAKEFLAGS: -j 2 prepare_script: | %container_cmd% -l -c "cd $(echo '%cd%') && %prepare%"