CI: use the right variable for BSD make

BSD uses MAKEFLAGS instead of MAKE_FLAGS so it wasn't doing parallel
builds before.
This commit is contained in:
Dan Fandrich 2023-08-31 15:07:31 -07:00
parent 756de05d89
commit a7f4e90ce7

View 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