diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-30 15:53:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-30 15:53:15 -0400 |
commit | b936419125a2c158ded058cf19fe0ee5293f21b0 (patch) | |
tree | 77f6427c36b1e5c1686ae10eceb91e593fc11b0a /.gitlab-ci.yml | |
parent | 72eb89eda709bd728816902628add72980340fc9 (diff) | |
download | gtk+-b936419125a2c158ded058cf19fe0ee5293f21b0.tar.gz |
ci: Remove --fatal-meson-warnings
meson adds features that then trigger warnings when we run
a newer meson over some of our subprojects. This is all too
fragile.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ac2d2f878..b183a5e521 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: # Common variables variables: - COMMON_MESON_FLAGS: "--fatal-meson-warnings -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" BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true" FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled" MESON_TEST_TIMEOUT_MULTIPLIER: 3 |