ci: Update CI image for Rust 1.25, rustup 1.22.1, meson 0.55 and switch to cargo-outdated release

This commit is contained in:
Sebastian Dröge 2020-07-28 09:28:30 +03:00
parent 9cb40878f0
commit 1d3df7eaa5
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
variables:
GST_RS_IMG_TAG: '2020-07-05.0'
GST_RS_IMG_TAG: '2020-07-28.0'

View file

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

View file

@ -1,7 +1,7 @@
source ./ci/env.sh
export CARGO_HOME='/usr/local/cargo'
RUSTUP_VERSION=1.21.1
RUSTUP_VERSION=1.22.1
RUST_VERSION=$1
RUST_ARCH="x86_64-unknown-linux-gnu"
@ -21,5 +21,5 @@ if [ "$RUST_VERSION" = "stable" ]; then
rustup component add clippy-preview
rustup component add rustfmt
cargo install --force cargo-deny
cargo install --force --git https://github.com/kbknapp/cargo-outdated
cargo install --force cargo-outdated
fi