summarylogtreecommitdiffstats
path: root/0132-CI-clean-up.patch
diff options
context:
space:
mode:
Diffstat (limited to '0132-CI-clean-up.patch')
-rw-r--r--0132-CI-clean-up.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/0132-CI-clean-up.patch b/0132-CI-clean-up.patch
new file mode 100644
index 000000000000..5375a359a233
--- /dev/null
+++ b/0132-CI-clean-up.patch
@@ -0,0 +1,40 @@
+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
+