[totem/wip/hadess/fix-meson-hang: 2/4] ci: Don't install then remove pylint
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-meson-hang: 2/4] ci: Don't install then remove pylint
- Date: Mon, 10 Jan 2022 11:15:25 +0000 (UTC)
commit cd9e72a92b6ab46a1aa565d9c35a80df1ea6c884
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jan 10 12:09:21 2022 +0100
ci: Don't install then remove pylint
Just don't install it. This will avoid problems running the CI when
rawhide's pylint package is uninstallable.
.gitlab-ci.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0c30dff8..e7ae18b23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,8 @@ variables:
liberation-sans-fonts
libpeas-devel
pygobject3-devel
- pylint
+ # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
+ # pylint
python3-devel
totem-pl-parser-devel
flatpak-builder
@@ -43,8 +44,6 @@ build-fedora:
stage: test
before_script:
- dnf install -y $FEDORA_DEPS
- # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- - dnf remove -y pylint
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]