[gnome-software/wip/mak/libas: 4/13] Adjust CI dependencies for AppStream




commit d6e1250663caa559adade4d4e16adcf896fa5caa
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 | 2 +-
 .gitlab-ci/fedora.Dockerfile        | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index a59013439..af5aedbbb 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,6 +18,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     itstool \
     lcov \
     libaccountsservice-dev \
+    libappstream-dev \
     libappstream-glib-dev \
     libflatpak-dev \
     libfwupd-dev \
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index e387faab1..af387d352 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 \
@@ -25,6 +26,7 @@ RUN dnf -y install \
     itstool \
     lcov \
     libappstream-glib-devel \
+    appstream-devel \
     libdnf-devel \
     libgudev-devel \
     liboauth-devel \


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