From a5f0605ba05150fb1dd37232c42cdcea44524be7 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 6 Oct 2021 13:42:05 +0200 Subject: [PATCH] ci: Temporarily allow warnings to fix CI build failure See issue #337 (cherry picked from commit 6b3d745f556ec6219d65774bf8e05ed2b07329ed) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e52c5c2..17a676f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build:native: paths: - _build variables: - COMMON_BUILD_OPTS: -Db_coverage=true --werror + COMMON_BUILD_OPTS: -Db_coverage=true BUILD_OPTS: -Dgtk_doc=true ${COMMON_BUILD_OPTS} WANT_BUILD_DEPS: "true" except: