Skip to content

Commit bd91f8a

Browse files
committed
Alpine: Avoid build failure from -Wstringop-overflow= warning
1 parent 1d4389b commit bd91f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/alpine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
matrix:
2929
configuration:
3030
- name: ''
31+
# See: https://github.com/bitcoin/bitcoin/pull/31829#discussion_r2217735632.
32+
config-options: -DAPPEND_CXXFLAGS="-Wno-error=stringop-overflow"
3133
- name: ', debug'
3234
depends-options: DEBUG=1
3335
config-options: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-Wno-error=maybe-uninitialized

0 commit comments

Comments
 (0)