summarylogtreecommitdiffstats
path: root/0129-CI-clean-up.patch
diff options
context:
space:
mode:
Diffstat (limited to '0129-CI-clean-up.patch')
-rw-r--r--0129-CI-clean-up.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0129-CI-clean-up.patch b/0129-CI-clean-up.patch
new file mode 100644
index 000000000000..ae315b925a1c
--- /dev/null
+++ b/0129-CI-clean-up.patch
@@ -0,0 +1,26 @@
+From 1f588119d6fade355756f06124a246456e7a5c0e Mon Sep 17 00:00:00 2001
+From: Christoph Reiter <reiter.christoph@gmail.com>
+Date: Sun, 1 Aug 2021 16:14:20 +0200
+Subject: [PATCH 129/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 17aab89..0662196 100644
+--- a/.github/workflows/mingw.yml
++++ b/.github/workflows/mingw.yml
+@@ -74,9 +74,6 @@ jobs:
+ --enable-loadable-sqlite-extensions \
+ --enable-optimizations
+
+- # We patch importlib which is embedded in C headers, so regenerate them
+- make regen-importlib
+-
+ make -j8
+
+ - name: Run Smoke Test (build)
+--
+2.32.0
+