[gnome-bluetooth/wip/hadess/ci-rawhide-workaround] ci: Work-around glibc 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 glibc bug
- Date: Thu, 10 Dec 2020 16:33:48 +0000 (UTC)
commit 2eca683ccdce20bead98d84600f68609d3d0eb83
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98b51264..3b3d24bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,8 @@ variables:
build_stable:
before_script:
- - dnf update -y --nogpgcheck
- - dnf install -y --nogpgcheck $DEPENDENCIES
+ - 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]