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:
parent
756de05d89
commit
a7f4e90ce7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user