summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-12-10 20:34:42 +0100
committerBastien Nocera <hadess@hadess.net>2020-12-10 20:53:24 +0100
commit5964bcb652e284390529e63592b66bed2c2a89a9 (patch)
tree329e6206c3b16c03af8ecb44c59f567cc2e9979f /.gitlab-ci.yml
parentd1e624cc44a9895a17e1f7d92a9a5cacdc890e37 (diff)
downloadgnome-bluetooth-5964bcb652e284390529e63592b66bed2c2a89a9.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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