[gnome-bluetooth/wip/hadess/ci-rawhide-workaround] ci: Work-around glibc bug




commit 707c965dd11438e053a24833cb883e69db02fdc8
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 10 17:33:00 2020 +0100

    ci: Work-around glibc bug
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1906066

 .gitlab-ci.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98b51264..cbc8b30a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,14 +11,17 @@ variables:
     meson
     redhat-rpm-config
     gcc
-    glibc-devel
     git
   GIT_SUBMODULE_STRATEGY: recursive
 
 build_stable:
   before_script:
-    - dnf update -y --nogpgcheck
-    - dnf install -y --nogpgcheck $DEPENDENCIES
+    - dnf install koji
+    - koji download-build --arch x86_64 1656956
+    - rpm -Fvh glibc*
+    - dnf install glibc-devel-*.rpm glibc-headers-*.noarch.rpm
+    - dnf update -y --nogpgcheck --exclude="glibc*"
+    - dnf install -y --nogpgcheck --exclude="glibc*" $DEPENDENCIES
   script:
     - meson . _build --prefix=/usr
     - ninja -C _build


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