Skip to content

Commit 94d78dd

Browse files
authored
Merge pull request #64 from hebasto/250720-alpine
Alpine: Avoid build failure from `-Wstringop-overflow=` warning
2 parents 1d4389b + 69f5fca commit 94d78dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/alpine.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ 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
33-
config-options: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-Wno-error=maybe-uninitialized
35+
config-options: -DCMAKE_BUILD_TYPE=Debug
3436

3537
steps:
3638
- name: Checkout Bitcoin Core repo

0 commit comments

Comments
 (0)