From: Carlos Garnacho Date: Wed, 10 Aug 2022 14:35:28 +0000 (+0200) Subject: ci: Disable -Werror on wayland submodule X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a7136d5fbc2393da8dbfb299d92372488df08aa;p=gtk4.git ci: Disable -Werror on wayland submodule CI is mostly interested in GTK not introducing compiler warnings, other submodules like Wayland might have their own and that shouldn't hinder CI testing of GTK. Disable -Werror for the wayland submodule, and let it be fixed independently at some point. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c71cac32dc..fb4597904a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ stages: # Common variables variables: - COMMON_MESON_FLAGS: "-Dwerror=true -Dglib:werror=false -Dpango:werror=false -Dgtk-doc:werror=false -Dwayland-protocols:werror=false -Dsysprof:werror=false" + COMMON_MESON_FLAGS: "-Dwerror=true -Dglib:werror=false -Dpango:werror=false -Dgtk-doc:werror=false -Dwayland-protocols:werror=false -Dsysprof:werror=false -Dwayland:werror=false" BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true" FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled" MESON_TEST_TIMEOUT_MULTIPLIER: 3