Skip to content

Commit

Permalink
Update alpine in cirrus CI to 3.18.
Browse files Browse the repository at this point in the history
Hopefully this will fix the CI flakiness for arm64 musl builds.
  • Loading branch information
jemc committed Jun 17, 2023
1 parent 4b2971a commit 3ad9bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task:
# in the triple, where we'd otherwise use `x86_64-unknown-linux-musl`.
MAKE_EXTRA_ARGS: CLANG_TARGET_PLATFORM=x86_64-alpine-linux-musl
container:
image: alpine:3.16
image: alpine:3.18
cpu: 2
memory: 8G

Expand All @@ -57,7 +57,7 @@ task:
# We also need to use `aarch64` instead of `arm64` here...
MAKE_EXTRA_ARGS: CLANG_TARGET_PLATFORM=aarch64-alpine-linux-musl
arm_container:
image: alpine:3.16
image: alpine:3.18
cpu: 2
memory: 8G

Expand Down

0 comments on commit 3ad9bf5

Please sign in to comment.