[geocode-glib/bilelmoussaoui/ci] CI: Don't reinstall glib2/glibc




commit da40f2f471f4f7ec358d7efb46647ddf41eac603
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Jan 17 10:08:48 2022 +0000

    CI: Don't reinstall glib2/glibc
    
    Otherwise the CI fails with "Error: No packages marked for reinstall."

 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b29b36d..f4f2aaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,6 @@ build-fedora-soup2:
   before_script:
     # Undo delangification present in the Fedora Docker images
     - rm -f /etc/rpm/macros.image-language-conf
-    - dnf reinstall -y glib2 glibc
     - dnf install -y $COMMON_DEPS $SOUP2_DEPS
   script:
     - meson _build
@@ -55,7 +54,6 @@ build-fedora-soup3:
   before_script:
     # Undo delangification present in the Fedora Docker images
     - rm -f /etc/rpm/macros.image-language-conf
-    - dnf reinstall -y glib2 glibc
     - dnf install -y $COMMON_DEPS $SOUP3_DEPS
     # Tasks specific to soup3 (glib 2.70, libsoup 3)
     - git clone https://gitlab.gnome.org/GNOME/glib.git && pushd glib


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