]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: enable -Werror for meson
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 24 Nov 2023 10:38:12 +0000 (11:38 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 24 Nov 2023 10:38:12 +0000 (11:38 +0100)
Now that all warnings have been eliminated from the meson build, make
sure no new ones are introduced.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.sh

index 0bd8d40df6103fa691bbdef1c537065e3d75316a..bd77c053d73d8d5089a179f959b66491dd31ee32 100755 (executable)
@@ -125,7 +125,7 @@ for phase in "${PHASES[@]}"; do
         make install DESTDIR=/tmp/dest
         ;;
     MESONCONF)
-        meson build
+        meson -Dwerror=true build
         ;;
     MESONBUILD)
         ninja -C build