From fc1e1df9fe156eb016e516fd11cc1c5bd075a5a1 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Sat, 7 Jun 2025 00:13:19 +1200 Subject: [PATCH 2/2] fixup --- .cirrus.tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 92057006c93..2f29cd8c4fb 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -915,8 +915,8 @@ task: --host=x86_64-w64-mingw32 \ --enable-cassert \ --without-icu \ - CC="ccache x86_64-w64-mingw32-gcc" \ - CXX="ccache x86_64-w64-mingw32-g++" + CC="ccache x86_64-w64-mingw32ucrt-gcc" \ + CXX="ccache x86_64-w64-mingw32ucrt-g++" make -s -j${BUILD_JOBS} clean time make -s -j${BUILD_JOBS} world-bin -- 2.47.2