Files
MINGW-packages/mingw-w64-python/0131-CI-remove-without-c-locale-coercion.patch
Christoph Reiter 4177c0198b python: Update to 3.10.8
See https://github.com/msys2-contrib/cpython-mingw/pull/110

update-patches: remove git version signature to keep the diff smaller
2022-10-15 15:57:24 +02:00

31 lines
1.1 KiB
Diff

From 54fe5dd7215e8f0f32e20c64927527fc6e7d9909 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Fri, 22 Apr 2022 17:37:23 +0200
Subject: [PATCH 131/N] CI: remove --without-c-locale-coercion
No longer needed since the default now works on Windows
---
.github/workflows/mingw.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 999ccf9..40b1d5e 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -75,7 +75,6 @@ jobs:
--with-system-ffi \
--with-system-libmpdec \
--without-ensurepip \
- --without-c-locale-coercion \
--enable-loadable-sqlite-extensions \
--with-tzpath=${MINGW_PREFIX}/share/zoneinfo \
--enable-optimizations
@@ -187,7 +186,6 @@ jobs:
--with-system-ffi \
--with-system-libmpdec \
--without-ensurepip \
- --without-c-locale-coercion \
--enable-loadable-sqlite-extensions
make -j8