mirror of
https://github.com/curl/curl.git
synced 2026-07-22 21:27:15 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue