[epiphany/mcatanzaro/libsoup3] Switch to libsoup3 by default




commit 54f2b1449a0b2982d5786bbe879b7440da26db55
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri May 14 16:02:12 2021 -0500

    Switch to libsoup3 by default
    
    Our CI is not yet ready, though. We have to fix gnome-build-meta#378
    first.

 .gitlab-ci.yml    | 7 ++++---
 meson_options.txt | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d62c84634..8c06175fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ variables:
   FLATPAK_MODULE: 'epiphany'
   APP_ID: 'org.gnome.Epiphany.Devel'
   ESLINT_LOG: "eslint-report.txt"
+  CONFIG_OPTS: '-Dsoup2=enabled'
 
 stages:
   - test
@@ -29,21 +30,21 @@ check-code-style:
 flatpak:
   extends: '.flatpak'
   variables:
-    CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled --werror -Dgsb_api_key=${GSB_API_KEY} 
-Denable_gsb=true'
+    CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled --werror -Dgsb_api_key=${GSB_API_KEY} 
-Denable_gsb=true -Dsoup2=enabled'
   except:
     - master
 
 flatpak master:
   extends: '.flatpak'
   variables:
-    CONFIG_OPTS: '-Dtech_preview=true -Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} 
-Denable_gsb=true'
+    CONFIG_OPTS: '-Dtech_preview=true -Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} 
-Denable_gsb=true -Dsoup2=enabled'
   only:
     - master
 
 scanbuild:
   image: registry.gitlab.gnome.org/gnome/epiphany/master:v2
   variables:
-    CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
+    CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dsoup2=enabled --werror'
   script:
     - mkdir _build
     - meson ${CONFIG_OPTS} _build
diff --git a/meson_options.txt b/meson_options.txt
index 87586e78b..96bdd73a7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,6 +42,6 @@ option('gsb_api_key',
 
 option('soup2',
   type: 'feature',
-  value: 'enabled',
-  description: 'Use libsoup2'
+  value: 'disabled',
+  description: 'Use libsoup2 instead of libsoup3'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]