[rhythmbox/wip/sam/meson: 3/3] ci: Use Ubuntu 20.04
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/sam/meson: 3/3] ci: Use Ubuntu 20.04
- Date: Mon, 18 Oct 2021 17:47:37 +0000 (UTC)
commit 96440251bdae18253f2ea96124f3cd6ec5602448
Author: Sam Thursfield <sam afuera me uk>
Date: Thu Oct 29 12:30:36 2020 +0100
ci: Use Ubuntu 20.04
On bionic I see this error:
../lib/libmediaplayerid/meson.build:38:0: ERROR: Static libraries can only be introspected with
GObject-Introspection >=1.58.1
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bcbc4963f..111c2be4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,10 @@
-image: ubuntu:bionic
+image: ubuntu:focal
stages:
- test
before_script:
+ - export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -y build-essential intltool gtk-doc-tools pkg-config
libgtk-3-dev libgstreamer1.0-dev
@@ -12,10 +13,9 @@ before_script:
libsoup2.4-dev libgudev-1.0-dev libmtp-dev libnotify-dev
libbrasero-media3-dev
libsecret-1-dev libpeas-dev yelp-tools x11proto-core-dev
- liblircclient-dev python3-dev python-gi-dev python3-pip
+ liblircclient-dev python3-dev python-gi-dev
libdmapsharing-3.0-dev libjson-glib-dev libgrilo-0.3-dev
- libxml2-dev libtdb-dev ninja-build
- - pip3 install meson
+ libxml2-dev libtdb-dev meson ninja-build
test:
stage: test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]