summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@gnome.org>2020-12-11 11:03:28 +0100
committerBartłomiej Piotrowski <bpiotrowski@gnome.org>2020-12-11 11:03:28 +0100
commitf1c1f3705e177d54b6f6ab4544e6178ab73f1a6b (patch)
treee412802d3e59d205b30901891d6dde7c9f833b3c /.gitlab-ci.yml
parentc9adad450f744270b9815e5ce6e5ba422230eb4f (diff)
downloadgnome-bluetooth-f1c1f3705e177d54b6f6ab4544e6178ab73f1a6b.tar.gz
Revert "ci: Work-around introspection Fedora rawhide CI bug"barthalion/faccessat2-tests
This reverts commit 5964bcb652e284390529e63592b66bed2c2a89a9.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 992a0d06..98b51264 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,6 @@ 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