From 2c11591e02b907e63d8fd4fcb0a6559625934a95 Mon Sep 17 00:00:00 2001 From: cyan Date: Mon, 9 Mar 2026 18:05:16 +0100 Subject: reproducibility (#177) * reproducibility * wip: ci fixes, drop generate_translations_header.c * minor fixes * fix patch * fix: toolchain * bump hash * fix: minor build issue fixes * fix: x86_64-w64-mingw32 * wip * wip * all updated :o * fix: reduce git size * update checksum remove CI * chore, more optimal dockerfile * update monero to v0.18.4.6 * update checksum * update * minor patch update * fix: no command specified * fix: correct path * alpine * stupid. * AAWASTREYDRFUGTIHYJHGUTYFRDTFYVGUBHINJHGTYFRDSRTXDTCFHBJ --- .../patches/hidapi/missing_win_include.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 contrib/depends/patches/hidapi/missing_win_include.patch (limited to 'contrib/depends/patches/hidapi/missing_win_include.patch') diff --git a/contrib/depends/patches/hidapi/missing_win_include.patch b/contrib/depends/patches/hidapi/missing_win_include.patch deleted file mode 100644 index 5bbe82d..0000000 --- a/contrib/depends/patches/hidapi/missing_win_include.patch +++ /dev/null @@ -1,21 +0,0 @@ -From a77b066311da42ed7654e39c0356a3b951b2e296 Mon Sep 17 00:00:00 2001 -From: selsta -Date: Wed, 10 Nov 2021 02:28:54 +0100 -Subject: [PATCH] windows: add missing include for mingw32 - ---- - windows/hid.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/windows/hid.c b/windows/hid.c -index 24756a4..6d8394c 100644 ---- a/windows/hid.c -+++ b/windows/hid.c -@@ -33,6 +33,7 @@ typedef LONG NTSTATUS; - #endif - - #ifdef __MINGW32__ -+#include - #include - #include - #endif -- cgit v1.2.3