forked from mirrors/gstreamer-rs
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:
parent
9cb40878f0
commit
1d3df7eaa5
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2020-07-05.0'
|
GST_RS_IMG_TAG: '2020-07-28.0'
|
||||||
|
|
|
@ -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
|
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
||||||
cd gst-build
|
cd gst-build
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
source ./ci/env.sh
|
source ./ci/env.sh
|
||||||
export CARGO_HOME='/usr/local/cargo'
|
export CARGO_HOME='/usr/local/cargo'
|
||||||
|
|
||||||
RUSTUP_VERSION=1.21.1
|
RUSTUP_VERSION=1.22.1
|
||||||
RUST_VERSION=$1
|
RUST_VERSION=$1
|
||||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||||
|
|
||||||
|
@ -21,5 +21,5 @@ if [ "$RUST_VERSION" = "stable" ]; then
|
||||||
rustup component add clippy-preview
|
rustup component add clippy-preview
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
cargo install --force cargo-deny
|
cargo install --force cargo-deny
|
||||||
cargo install --force --git https://github.com/kbknapp/cargo-outdated
|
cargo install --force cargo-outdated
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue