[nautilus/wip/feborges/password-protected-archives: 5/6] ci: Add gnome-autoar master to Dockerfile
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/feborges/password-protected-archives: 5/6] ci: Add gnome-autoar master to Dockerfile
- Date: Fri, 12 Feb 2021 16:08:05 +0000 (UTC)
commit 2b77a7f50e75c7c8884203169acbfeda6ee3c1f0
Author: Ondrej Holy <oholy redhat com>
Date: Fri Feb 12 09:22:59 2021 +0100
ci: Add gnome-autoar master to Dockerfile
The CI currently fails because the gnome-autoar 0.3.0 is not yet in rawhide.
Let's add gnome-autoar master to our image to fix the pipeline.
.gitlab/Dockerfile | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index bdc6e0b34..6593585f3 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -4,3 +4,13 @@ RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-d
&& dnf builddep --nogpg -y nautilus \
&& dnf clean all
+RUN dnf install --nogpg -y gnome-common \
+ && dnf builddep --nogpg -y gnome-autoar \
+ && dnf clean all \
+ && git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-autoar.git \
+ && cd gnome-autoar \
+ && ./autogen.sh --prefix /usr \
+ && make \
+ && make install \
+ && cd .. \
+ && rm -rf gnome-autoar
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]