forked from mirrors/gstreamer-rs
ci: Update images to Rust 1.53, rustup 1.24.3, meson 0.58.1
This commit is contained in:
parent
6a5f17ae06
commit
156dffd00e
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: '2021-06-03.0'
|
||||
GST_RS_STABLE: '1.52.1'
|
||||
GST_RS_IMG_TAG: '2021-06-18.0'
|
||||
GST_RS_STABLE: '1.53.0'
|
||||
GST_RS_MSRV: '1.51.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set -e
|
||||
|
||||
pip3 install meson==0.57.1
|
||||
pip3 install meson==0.58.1
|
||||
|
||||
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
||||
cd gst-build
|
||||
|
|
|
@ -3,7 +3,7 @@ source ./ci/env.sh
|
|||
set -e
|
||||
export CARGO_HOME='/usr/local/cargo'
|
||||
|
||||
RUSTUP_VERSION=1.23.1
|
||||
RUSTUP_VERSION=1.24.3
|
||||
RUST_VERSION=$1
|
||||
RUST_IMAGE_FULL=$2
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
|
Loading…
Reference in a new issue