]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: use the right variable for BSD make
authorDan Fandrich <dan@coneharvesters.com>
Thu, 31 Aug 2023 22:07:31 +0000 (15:07 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 31 Aug 2023 22:18:21 +0000 (15:18 -0700)
BSD uses MAKEFLAGS instead of MAKE_FLAGS so it wasn't doing parallel
builds before.

.cirrus.yml

index e2d7470f709b9d6cc7a29152bd19a28d67fbb338..ed6943281f573701cbcf1111a5476fa660fce496 100644 (file)
@@ -50,7 +50,7 @@ freebsd_task:
   env:
     CIRRUS_CLONE_DEPTH: 10
     CRYPTOGRAPHY_DONT_BUILD_RUST: 1
-    MAKE_FLAGS: -j 3
+    MAKEFLAGS: -j 3
 
   pkginstall_script:
     - pkg update -f