From: Dan Fandrich Date: Thu, 31 Aug 2023 22:07:31 +0000 (-0700) Subject: CI: use the right variable for BSD make X-Git-Tag: curl-8_3_0~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7f4e90ce706c7ce51a63a65a012c88de0310598;p=thirdparty%2Fcurl.git CI: use the right variable for BSD make BSD uses MAKEFLAGS instead of MAKE_FLAGS so it wasn't doing parallel builds before. --- diff --git a/.cirrus.yml b/.cirrus.yml index e2d7470f70..ed6943281f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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