[totem/wip/hadess/fix-meson-hang: 3/4] 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: 3/4] ci: Don't install weak deps
- Date: Mon, 10 Jan 2022 11:15:25 +0000 (UTC)
commit ac5b5ee21b0b123038d4aad61a62eb2101e991f1
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 e7ae18b23..22749b95c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,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
script:
- meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes
-Denable-python=yes -Dprofile=default
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]