[gnome-bluetooth/wip/hadess/ci-rawhide-workaround] ci: Work-around introspection Fedora rawhide CI bug




commit 5964bcb652e284390529e63592b66bed2c2a89a9
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 10 20:34:42 2020 +0100

    ci: Work-around introspection Fedora rawhide CI bug
    
    bash thinks that the introspection binary created isn't readable or
    executable when it's both. Work-around that by neutering the tests.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98b51264..992a0d06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,8 @@ build_stable:
   before_script:
     - dnf update -y --nogpgcheck
     - dnf install -y --nogpgcheck $DEPENDENCIES
+    # Work-around ldd bug in rawhide CIs
+    - sed -i -e 's/test -r/test -f/g' -e 's/test -x/test -f/g' /bin/ldd
   script:
     - meson . _build --prefix=/usr
     - ninja -C _build


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