From: Marc Hoersken Date: Thu, 29 Jul 2021 06:10:39 +0000 (+0200) Subject: CI/cirrus: reduce compile time with increased parallism X-Git-Tag: curl-7_79_0~153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1390fc097776f734a0b693c446b6ff7712a68a98;p=thirdparty%2Fcurl.git 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 --- 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%"