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 <dwagner@suse.de>
python-version: '3.x'
- uses: BSFishy/meson-build@v1.0.3
with:
- setup-options: --werror --wrap-mode=forcefallback
+ setup-options: --wrap-mode=forcefallback
options: --verbose
action: test
meson-version: 0.61.2
python-version: '3.x'
- uses: BSFishy/meson-build@v1.0.3
with:
- setup-options: --werror --wrap-mode=forcefallback --default-library=static
+ setup-options: --wrap-mode=forcefallback --default-library=static
options: --verbose
action: test
meson-version: 0.61.2
python-version: '3.x'
- uses: BSFishy/meson-build@v1.0.3
with:
- setup-options: --werror --wrap-mode=forcefallback --cross-file=.github/cross/ubuntu-static.txt --default-library=static
+ setup-options: --wrap-mode=forcefallback --cross-file=.github/cross/ubuntu-static.txt --default-library=static
options: --verbose
action: test
meson-version: 0.61.2