From 3ad9bf5e85a723123ca61792096f6a0ce4e105df Mon Sep 17 00:00:00 2001 From: Joe Eli McIlvain Date: Fri, 16 Jun 2023 21:59:38 -0700 Subject: [PATCH] Update alpine in cirrus CI to 3.18. Hopefully this will fix the CI flakiness for arm64 musl builds. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0555ae37..a9e0913b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 @@ -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