From c5d145a602581ee70f3ee87566ccb5cf1ff6cce8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 28 Mar 2024 15:40:05 +0100 Subject: ci: turn on -Dwerror=true for FreeBSD It was turned on for Linux only. Signed-off-by: Simon Ser --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd47a4b..7dc7e33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -306,7 +306,7 @@ armv7-release-debian-build: FDO_DISTRIBUTION_TAG: "2023-08-02.0" # Don't build documentation since installing the required tools massively # increases the VM image (and therefore container) size. - MESON_ARGS: "--fatal-meson-warnings -Ddocumentation=false" + MESON_ARGS: "--fatal-meson-warnings -Dwerror=true -Ddocumentation=false" .freebsd-x86_64: extends: -- cgit v1.2.3