Fixed gcc-14 msys2 build
This commit is contained in:
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user