Skip to content

Commit eaee27c

Browse files
committed
build: Drop --werror for fallback builds
The fallback builds will build also the OpenSSL library which triggers a few compiler warnings. As we already build with the project with --werror in other configuration there is no loss in coverage dropping it here. Signed-off-by: Daniel Wagner <[email protected]>
1 parent a354a2d commit eaee27c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/meson.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
python-version: '3.x'
132132
- uses: BSFishy/[email protected]
133133
with:
134-
setup-options: --werror --wrap-mode=forcefallback
134+
setup-options: --wrap-mode=forcefallback
135135
options: --verbose
136136
action: test
137137
meson-version: 0.61.2
@@ -153,7 +153,7 @@ jobs:
153153
python-version: '3.x'
154154
- uses: BSFishy/[email protected]
155155
with:
156-
setup-options: --werror --wrap-mode=forcefallback --default-library=static
156+
setup-options: --wrap-mode=forcefallback --default-library=static
157157
options: --verbose
158158
action: test
159159
meson-version: 0.61.2
@@ -175,7 +175,7 @@ jobs:
175175
python-version: '3.x'
176176
- uses: BSFishy/[email protected]
177177
with:
178-
setup-options: --werror --wrap-mode=forcefallback --cross-file=.github/cross/ubuntu-static.txt --default-library=static
178+
setup-options: --wrap-mode=forcefallback --cross-file=.github/cross/ubuntu-static.txt --default-library=static
179179
options: --verbose
180180
action: test
181181
meson-version: 0.61.2

0 commit comments

Comments
 (0)