mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
ci: Update to rustup 1.23
This commit is contained in:
parent
1eba80c04b
commit
94b5184c99
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2020-11-19.0'
|
GST_RS_IMG_TAG: '2020-11-27.0'
|
||||||
GST_RS_STABLE: '1.48.0'
|
GST_RS_STABLE: '1.48.0'
|
||||||
GST_RS_MSRV: '1.48.0'
|
GST_RS_MSRV: '1.48.0'
|
||||||
|
|
|
@ -3,7 +3,7 @@ source ./ci/env.sh
|
||||||
set -e
|
set -e
|
||||||
export CARGO_HOME='/usr/local/cargo'
|
export CARGO_HOME='/usr/local/cargo'
|
||||||
|
|
||||||
RUSTUP_VERSION=1.22.1
|
RUSTUP_VERSION=1.23.0
|
||||||
RUST_VERSION=$1
|
RUST_VERSION=$1
|
||||||
RUST_IMAGE_FULL=$2
|
RUST_IMAGE_FULL=$2
|
||||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||||
|
|
Loading…
Reference in a new issue