From 4951fb8630b5e19eb8b0a6c8b0d3c804c2544664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Sep 2021 22:20:06 +0300 Subject: [PATCH] ci: Update stable image to Rust 1.55 and update to meson 0.59.1 --- ci/images_template.yml | 4 ++-- ci/install-gst.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index a99ede0e0..f1daf734c 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-08-16.3' - GST_RS_STABLE: '1.54.0' + GST_RS_IMG_TAG: '2021-09-09.0' + GST_RS_STABLE: '1.55.0' GST_RS_MSRV: '1.54.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 635d57bdc..ccea80e8b 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.58.2 +pip3 install meson==0.59.1 git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master cd gst-build