[gssdp/wip/libsoup3: 5/5] ci: Switch to rawhide for soup3




commit 42482dc2470b837ad0c51326e97d07bc53eb8c4d
Author: Jens Georg <mail jensge org>
Date:   Mon Sep 20 13:32:11 2021 +0200

    ci: Switch to rawhide for soup3

 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0fad7e..d14faed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ check-merge-request:
 
 .gssdp.fedora@common:
   variables:
-    BASE_TAG: '2021-06-19.0'
+    BASE_TAG: '2021-09-20.0'
     FDO_UPSTREAM_REPO: GNOME/gssdp
     FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip 
xmlto gtk4-devel'
     FDO_DISTRIBUTION_EXEC: |
@@ -70,16 +70,16 @@ check-merge-request:
       dnf clean all &&
       pip3 install meson markdown toml typogrify
 
-.gssdp.fedora:34@x86_64:
+.gssdp.fedora:rawhide@x86_64:
   extends: .gssdp.fedora@common
   variables:
-    FDO_DISTRIBUTION_VERSION: 34
+    FDO_DISTRIBUTION_VERSION: rawhide
     FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
 
 build-fedora-container@x86_64:
   extends:
     - .fdo.container-build@fedora
-    - .gssdp.fedora:34@x86_64
+    - .gssdp.fedora:rawhide@x86_64
   stage: prepare
   variables:
     GIT_STRATEGY: none
@@ -88,7 +88,7 @@ build-fedora-container@x86_64:
 build-fedora@x86_64:
     extends:
         - .fdo.distribution-image@fedora
-        - .gssdp.fedora:34@x86_64
+        - .gssdp.fedora:rawhide@x86_64
     needs:
         - build-fedora-container@x86_64
     <<: *build
@@ -130,7 +130,7 @@ build-fedora@x86_64:
 test-fedora@x86_64:
   extends:
     - .fdo.distribution-image@fedora
-    - .gssdp.fedora:34@x86_64
+    - .gssdp.fedora:rawhide@x86_64
   needs:
     - build-fedora@x86_64
   <<: *test
@@ -146,7 +146,7 @@ trigger-gupnp:
 coverage-analysis:
   extends:
     - .fdo.distribution-image@fedora
-    - .gssdp.fedora:34@x86_64
+    - .gssdp.fedora:rawhide@x86_64
   stage: analysis
   allow_failure: true
   script:
@@ -164,7 +164,7 @@ coverage-analysis:
 static-scan:
   extends:
     - .fdo.distribution-image@fedora
-    - .gssdp.fedora:34@x86_64
+    - .gssdp.fedora:rawhide@x86_64
   stage: analysis
   needs:
     - build-fedora-container@x86_64
@@ -184,7 +184,7 @@ static-scan:
 pages:
   extends:
     - .fdo.distribution-image@fedora
-    - .gssdp.fedora:34@x86_64
+    - .gssdp.fedora:rawhide@x86_64
   stage: website
   script:
       - meson doc-build -Dgtk_doc=true


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