ci: Update stable image to Rust 1.55 and update to meson 0.59.1

This commit is contained in:
Sebastian Dröge 2021-09-09 22:20:06 +03:00
parent 2e57783c9f
commit 4951fb8630
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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