Skip to content

Commit

Permalink
Add an older Alpine CI build on Cirrus
Browse files Browse the repository at this point in the history
This is the oldest one still supported and ensures that the code still
compiles there. Also, reduce the resource requirements a bit. One CPU is
plenty because there is very little parallelization going on.
  • Loading branch information
dfandrich committed Nov 2, 2023
1 parent 4cc76a7 commit 4e56bb4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
freebsd_task:
name: FreeBSD
freebsd_instance:
memory: 1500M
cpu: 1
matrix:
image_family: freebsd-13-2
image_family: freebsd-12-4
Expand Down Expand Up @@ -46,6 +48,7 @@ linux_arm_task:
arm_container:
image: ubuntu:22.04
memory: 400M
cpu: 1

env:
# Set to 10 instead of 1 to avoid problems when new commits are submitted
Expand Down Expand Up @@ -84,8 +87,11 @@ linux_arm_task:
linux_musl_task:
name: Linux MUSL
container:
image: alpine:3.18
memory: 600M
memory: 400M
cpu: 1
matrix:
image: alpine:3.18
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 4e56bb4

Please sign in to comment.