Fixed gcc-14 msys2 build

This commit is contained in:
SChernykh
2024-05-16 10:53:36 +02:00
parent 2c549f61a4
commit d40b3ddfab
3 changed files with 39 additions and 1 deletions

View File

@@ -354,8 +354,11 @@ jobs:
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
if: matrix.config.c == 'clang'
run: |
cd external/src/grpc/third_party/boringssl-with-bazel
git apply --verbose --ignore-whitespace ../../../../../patches/msys2/gcc14_boringssl.patch
cd ../abseil-cpp
git apply --verbose --ignore-whitespace ../../../../../patches/msys2/gcc14_abseil.patch
cd /
git apply --verbose --ignore-whitespace --directory=mingw64/include/c++/`ls mingw64/include/c++`/ /d/a/p2pool/p2pool/patches/msys2/typeinfo.patch