ci: Update to Rust 1.50 and meson 0.56.2

This commit is contained in:
Sebastian Dröge 2021-02-11 17:36:40 +02:00
parent 3d076c05e1
commit e20ab8d80c
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
variables: variables:
GST_RS_IMG_TAG: '2021-01-11.0' GST_RS_IMG_TAG: '2021-02-11.0'
GST_RS_STABLE: '1.49.0' GST_RS_STABLE: '1.50.0'
GST_RS_MSRV: '1.48.0' GST_RS_MSRV: '1.48.0'

View file

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