Skip to content

Commit

Permalink
fixup! ci: Test CMake edge cases
Browse files Browse the repository at this point in the history
Add `-Wno-error=maybe-uninitialized` for GCC 11.4.
See: bitcoin#29720 (comment)
  • Loading branch information
hebasto committed Jul 15, 2024
1 parent a7f3ca7 commit 323daf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:

- name: Generate build system
run: |
cmake -B build --preset ci-linux -DBoost_INCLUDE_DIR="${PWD}/${{ matrix.conf.boost_archive }}"
cmake -B build --preset ci-linux -DBoost_INCLUDE_DIR="${PWD}/${{ matrix.conf.boost_archive }} -DCMAKE_CXX_FLAGS='-Wno-error=maybe-uninitialized'"
- name: Build
working-directory: build
Expand Down

0 comments on commit 323daf2

Please sign in to comment.