[rhythmbox/dogbrain] installing the latest meson for ci builds is not a great idea
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/dogbrain] installing the latest meson for ci builds is not a great idea
- Date: Mon, 17 Jan 2022 06:12:43 +0000 (UTC)
commit d835eea3bee96d0755fc430717a230f6fd91b07a
Author: Jonathan Matthew <jonathan d14n org>
Date: Mon Jan 17 16:10:58 2022 +1000
installing the latest meson for ci builds is not a great idea
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8dac783ad..ba30c616f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ stages:
- test
variables:
+ MESON_VER: 0.60.3
+
UBUNTU_DEPS:
build-essential
gtk-doc-tools
@@ -60,7 +62,7 @@ before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -y $UBUNTU_DEPS
- - pip3 install meson
+ - pip3 install meson==$MESON_VER
test:
stage: test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]