[totem/wip/hadess/fix-meson-hang: 1/2] ci: Don't install weak deps
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-meson-hang: 1/2] ci: Don't install weak deps
- Date: Mon, 10 Jan 2022 11:20:19 +0000 (UTC)
commit bba20fcb2b44e52b5840fa16ec1a1dc6bdb528ff
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jan 10 12:10:24 2022 +0100
ci: Don't install weak deps
They're not needed for building totem.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0c30dff8..9358483ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ build-fedora:
image: fedora:latest
stage: test
before_script:
- - dnf install -y $FEDORA_DEPS
+ - dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
# See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- dnf remove -y pylint
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]