Skip to content

Commit

Permalink
Bump FreeBSD and Alpine versions in CI builds
Browse files Browse the repository at this point in the history
Also, set MAKEFLAGS instead of MAKE_FLAGS in FreeBSD since that's what
its make uses.
  • Loading branch information
dfandrich committed Jun 15, 2024
1 parent 45d5c87 commit 25f9136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ freebsd_task:
memory: 1000M
cpu: 1
matrix:
image_family: freebsd-14-0
image_family: freebsd-14-1
image_family: freebsd-13-3

env:
Expand All @@ -18,7 +18,7 @@ freebsd_task:
LDFLAGS: $CFLAGS -lintl
CC: cc
CXX: c++
MAKE_FLAGS: -j 2
MAKEFLAGS: -j 3
matrix:
- GTK: 2
- GTK: 3
Expand Down Expand Up @@ -90,10 +90,10 @@ linux_musl_task:
memory: 300M
cpu: 1
matrix:
image: alpine:3.20
image: alpine:3.19
image: alpine:3.18
image: alpine:3.17
image: alpine:3.16

env:
# Set to 10 instead of 1 to avoid problems when new commits are submitted
Expand Down

0 comments on commit 25f9136

Please sign in to comment.