summarylogtreecommitdiffstats
path: root/0132-CI-clean-up.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0132-CI-clean-up.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0132-CI-clean-up.patch')
-rw-r--r--0132-CI-clean-up.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/0132-CI-clean-up.patch b/0132-CI-clean-up.patch
deleted file mode 100644
index 5375a359a233..000000000000
--- a/0132-CI-clean-up.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-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
-