[epiphany/pgriffis/fix-ci] ci: Don't build with enable_gsb option which was removed
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/pgriffis/fix-ci] ci: Don't build with enable_gsb option which was removed
- Date: Mon, 4 Jul 2022 16:21:27 +0000 (UTC)
commit 041c884100fc3d57cf137de12e20186b974e3c10
Author: Patrick Griffis <pgriffis igalia com>
Date: Mon Jul 4 11:21:00 2022 -0500
ci: Don't build with enable_gsb option which was removed
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe603bb35..529e5de12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ check-code-style:
flatpak:
extends: '.flatpak'
variables:
- CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} -Denable_gsb=true
--werror'
+ CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} --werror'
except:
- master
- gnome-*
@@ -39,7 +39,7 @@ flatpak:
flatpak stable:
extends: '.flatpak'
variables:
- CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} -Denable_gsb=true
-Dsoup2=enabled'
+ CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} -Dsoup2=enabled'
only:
- gnome-*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]