]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/cirrus: reduce compile time with increased parallism
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 29 Jul 2021 06:10:39 +0000 (08:10 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sat, 31 Jul 2021 10:20:33 +0000 (12:20 +0200)
Cirrus CI VMs have 2 CPUs, let's use them also for Windows builds.

Reviewed-by: Daniel Stenberg
Closes #7505

.cirrus.yml

index 7e71bb6ad85777ff5c20feb44bc27b8fdc3a5a84..d82e639873f703ed2a6c7877afa9e101f0de651a 100644 (file)
@@ -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%"