]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: Drop --werror for fallback builds
authorDaniel Wagner <dwagner@suse.de>
Mon, 21 Nov 2022 08:19:57 +0000 (09:19 +0100)
committerDaniel Wagner <dwagner@suse.de>
Mon, 21 Nov 2022 08:22:03 +0000 (09:22 +0100)
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>
.github/workflows/meson.yml

index ba2b09a976580af4066636b31cdbba7fcb0b91e4..ca594247707bb463e9098481fdab1bccc4fb9b22 100644 (file)
@@ -131,7 +131,7 @@ jobs:
           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
@@ -153,7 +153,7 @@ jobs:
           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
@@ -175,7 +175,7 @@ jobs:
           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