[grilo-plugins/wip/hadess/force-all-plugins-in-ci] ci: Install newer version of gom



commit 9ba9c7c1b3d273ec572af404ee3de6392a85e6c1
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 18 11:21:01 2020 +0100

    ci: Install newer version of gom
    
    To satisfy the bookmarks plugin:
    meson.build:144:16: ERROR: Problem encountered: Missing dependencies for bookmarks plugin

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 318d0751..3ec71e71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,9 @@ build_stable:
     - dnf update -y --nogpgcheck
   script:
     - dnf install -y --nogpgcheck $DEPENDENCIES_GRILO $DEPENDENCIES
+    # FIXME until stable
+    - dnf install -y 
https://kojipkgs.fedoraproject.org//packages/gom/0.4/1.fc33/x86_64/gom-0.4-1.fc33.x86_64.rpm \
+      https://kojipkgs.fedoraproject.org//packages/gom/0.4/1.fc33/x86_64/gom-devel-0.4-1.fc33.x86_64.rpm
     # As part of configuring grilo-plugins.git for build, the latest code from
     # grilo.git will be fetched by Meson and it will be built as a subproject.
     - meson . _build --prefix=/usr


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]