[gnome-software/wip/mak/libas: 12/14] Adjust CI dependencies for AppStream




commit bbd5ba082202540ade9b56e17d1898a8a576b609
Author: Matthias Klumpp <matthias tenstral net>
Date:   Thu Jan 7 02:57:49 2021 +0100

    Adjust CI dependencies for AppStream

 .gitlab-ci/debian-stable.Dockerfile | 3 +--
 .gitlab-ci/fedora.Dockerfile        | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index a59013439..ab4e1b666 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -2,7 +2,6 @@ FROM debian:buster
 
 RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     appstream \
-    appstream-util \
     clang \
     clang-tools-7 \
     dbus \
@@ -19,7 +18,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     itstool \
     lcov \
     libaccountsservice-dev \
-    libappstream-glib-dev \
+    libappstream-dev \
     libflatpak-dev \
     libfwupd-dev \
     libgirepository1.0-dev \
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index e387faab1..f01cf2ab9 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -1,6 +1,7 @@
 FROM fedora:31
 
 RUN dnf -y install \
+    appstream \
     accountsservice-devel \
     clang \
     clang-analyzer \
@@ -24,7 +25,7 @@ RUN dnf -y install \
     json-glib-devel \
     itstool \
     lcov \
-    libappstream-glib-devel \
+    libappstream-devel \
     libdnf-devel \
     libgudev-devel \
     liboauth-devel \


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