[gnome-bluetooth/wip/hadess/ci-rawhide-workaround] ci: Work-around introspection Fedora rawhide CI bug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/hadess/ci-rawhide-workaround] ci: Work-around introspection Fedora rawhide CI bug
- Date: Thu, 10 Dec 2020 19:36:35 +0000 (UTC)
commit b83180f5b729baad620ba806b4603ddac5beb343
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..f0d56a06 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 '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]