0002-fixup.patch
text/x-patch
Filename: 0002-fixup.patch
Type: text/x-patch
Part: 1
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0002
Subject: fixup
| File | + | − |
|---|---|---|
| .cirrus.tasks.yml | 2 | 2 |
From fc1e1df9fe156eb016e516fd11cc1c5bd075a5a1 Mon Sep 17 00:00:00 2001
From: Thomas Munro <thomas.munro@gmail.com>
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