[phodav/carlosgc/soup3] ci: update to Fedora 36




commit 20a8dda00c684a7140b729f9ffdee537af0e8d5d
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Jun 29 08:00:24 2022 -0500

    ci: update to Fedora 36
    
    This allows us to depend on libsoup 3

 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b538e3d..3456af5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: fedora:34
+image: fedora:36
 
 stages:
   - build
@@ -12,7 +12,8 @@ variables:
     gcc-c++
     gettext
     git
-    libsoup-devel
+    libsoup3-devel
+    libxml2-devel
     meson
     systemd-devel
     systemd-units
@@ -81,7 +82,7 @@ litmus:
   dependencies:
     - build
   before_script:
-    - dnf install -y litmus libsoup nmap-ncat
+    - dnf install -y litmus libsoup3 nmap-ncat
   variables:
     TESTS: basic copymove props locks http
   script:


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