From 68cbf91fc796ba9ff93019ae153f52ad5fdc61a0 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:42:11 +0200 Subject: [PATCH] Removed msys2 patch (not necessary now) --- .github/workflows/c-cpp.yml | 5 ----- patches/msys2/typeinfo.patch | 14 -------------- 2 files changed, 19 deletions(-) delete mode 100644 patches/msys2/typeinfo.patch diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7506e1a..b0f1868 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -356,11 +356,6 @@ jobs: update: true install: mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-lld mingw-w64-x86_64-cmake make git - - name: Apply patch - run: | - cd / - git apply --verbose --ignore-whitespace --directory=mingw64/include/c++/`ls mingw64/include/c++`/ /d/a/p2pool/p2pool/patches/msys2/typeinfo.patch - - name: Build libcurl run: | cd external/src/curl diff --git a/patches/msys2/typeinfo.patch b/patches/msys2/typeinfo.patch deleted file mode 100644 index 818b809..0000000 --- a/patches/msys2/typeinfo.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/typeinfo b/typeinfo -index 4cce6cb..323fbc1 100644 ---- a/typeinfo -+++ b/typeinfo -@@ -189,6 +189,9 @@ namespace std - #endif - - #if __GXX_TYPEINFO_EQUALITY_INLINE || __cplusplus > 202002L -+#ifdef __clang__ -+ __attribute__((always_inline)) -+#endif - _GLIBCXX23_CONSTEXPR inline bool - type_info::operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT - {