[gnome-software/wip/kalev/f29-ci: 22/22] CI: Switch to Fedora 29



commit 0c13f16829bea7d9c02b58a09276f0ed08a0021b
Author: Kalev Lember <klember redhat com>
Date:   Wed Oct 31 15:00:53 2018 +0100

    CI: Switch to Fedora 29
    
    Also change build deps a bit to avoid running into coreutils (from
    @buildsys-build) conflicting with coreutils-single (included in the base
    fedora:29 image).

 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d99b81b..b98bcf01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,13 @@
-image: fedora:28
+image: fedora:29
 
 stages:
   - build
 
 before_script:
   # Update and use base build deps
-  - dnf update -y && dnf -y install git gobject-introspection-devel dnf-plugins-core @buildsys-build
-  - dnf install -y 
https://people.freedesktop.org/~hughsient/temp/libappstream-glib-0.7.14-0.641.20181015git.fc29.x86_64.rpm 
https://people.freedesktop.org/~hughsient/temp/libappstream-glib-devel-0.7.14-0.641.20181015git.fc29.x86_64.rpm
+  - dnf -y update && dnf -y install git gobject-introspection-devel dnf-plugins-core redhat-rpm-config
   - dnf --enablerepo updates-testing -y builddep gnome-software
   # Some deps may not be sync'd
-  - dnf -y install rpm-ostree-devel
   - dnf -y install libstemmer-devel
 
 build-gnome-software:


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