forked from AuroraMiddleware/gtk
meson: Try to limit the damage
Try to teach meson not to build our subprojects with -Werror, since that is just insane, and exposes us to random build failures in subprojects.
This commit is contained in:
parent
f136a6f51f
commit
15982ab6d2
@ -16,7 +16,7 @@ stages:
|
||||
|
||||
# Common variables
|
||||
variables:
|
||||
COMMON_MESON_FLAGS: "--fatal-meson-warnings --werror"
|
||||
COMMON_MESON_FLAGS: "--fatal-meson-warnings -Dgtk:werror=true"
|
||||
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true -Dvulkan=yes"
|
||||
FEATURE_FLAGS: "-Dcloudproviders=true"
|
||||
MESON_TEST_TIMEOUT_MULTIPLIER: 3
|
||||
|
Loading…
Reference in New Issue
Block a user