Files
MINGW-packages/mingw-w64-python/0132-CI-clean-up.patch
Christoph Reiter 0acc575d30 python: Update
2021-08-08 14:58:36 +02:00

41 lines
1.2 KiB
Diff

From e8a5966d9e80ed05b7792c910111db145be24475 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Sun, 1 Aug 2021 18:48:31 +0200
Subject: [PATCH 132/N] CI: clean up
---
.github/workflows/mingw.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 0662196..f860493 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -65,7 +65,6 @@ jobs:
--host=${MINGW_CHOST} \
--build=${MINGW_CHOST} \
--enable-shared \
- --with-nt-threads \
--with-system-expat \
--with-system-ffi \
--with-system-libmpdec \
@@ -167,7 +166,6 @@ jobs:
--host=x86_64-w64-mingw32 \
--build=x86_64-pc-linux-gnu \
--enable-shared \
- --with-nt-threads \
--with-system-expat \
--with-system-ffi \
--with-system-libmpdec \
@@ -178,7 +176,6 @@ jobs:
make -j8
make install DESTDIR="$(pwd)/install"
- cp /usr/x86_64-w64-mingw32/bin/libwinpthread-1.dll install/usr/local/bin
- name: 'Zip files'
run: |
--
2.32.0