Update CI images for Rust 1.46 and GStreamer 1.17.90

And also update to meson 0.55.1 while we're at it.
This commit is contained in:
Sebastian Dröge 2020-08-27 19:42:02 +03:00
parent fb779b42a8
commit 82b469bc59
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
variables:
GST_RS_IMG_TAG: '2020-08-11.0'
GST_RS_IMG_TAG: '2020-08-27.0'

View file

@ -1,6 +1,6 @@
set -e
pip3 install meson==0.55.0
pip3 install meson==0.55.1
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
cd gst-build