Files
MINGW-packages/mingw-w64-python/0134-CI-remove-without-c-locale-coercion.patch
2022-05-18 22:12:26 +02:00

34 lines
1.1 KiB
Diff

From ad0d7b22fced4e0808fe5aed263f13a78bd014fd 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 134/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 ffd6ecb..5588785 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
--
2.36.1