forked from mirrors/gstreamer-rs
ci: Update minimum supported version to 1.41
Needed for gst-plugins-rs now because one dependency requires a newer version now.
This commit is contained in:
parent
4f10eefe1e
commit
a540274c72
2 changed files with 12 additions and 12 deletions
|
@ -66,10 +66,10 @@ stages:
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: "stable"
|
RUST_VERSION: "stable"
|
||||||
|
|
||||||
.debian:10-1-40:
|
.debian:10-1-41:
|
||||||
extends: .debian:10
|
extends: .debian:10
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: "1.40.0"
|
RUST_VERSION: "1.41.0"
|
||||||
|
|
||||||
.debian:10-nightly:
|
.debian:10-nightly:
|
||||||
extends: .debian:10
|
extends: .debian:10
|
||||||
|
@ -102,10 +102,10 @@ build-stable:
|
||||||
- .build-final-image
|
- .build-final-image
|
||||||
- .debian:10-stable
|
- .debian:10-stable
|
||||||
|
|
||||||
build-1-40:
|
build-1-41:
|
||||||
extends:
|
extends:
|
||||||
- .build-final-image
|
- .build-final-image
|
||||||
- .debian:10-1-40
|
- .debian:10-1-41
|
||||||
|
|
||||||
build-nightly:
|
build-nightly:
|
||||||
extends:
|
extends:
|
||||||
|
@ -135,9 +135,9 @@ update-nightly:
|
||||||
- .debian:10-stable
|
- .debian:10-stable
|
||||||
- .dist-debian-container
|
- .dist-debian-container
|
||||||
|
|
||||||
.img-1-40:
|
.img-1-41:
|
||||||
extends:
|
extends:
|
||||||
- .debian:10-1-40
|
- .debian:10-1-41
|
||||||
- .dist-debian-container
|
- .dist-debian-container
|
||||||
|
|
||||||
.img-nightly:
|
.img-nightly:
|
||||||
|
@ -180,13 +180,13 @@ plugins-update-stable:
|
||||||
variables:
|
variables:
|
||||||
UPDATE_IMG: "stable"
|
UPDATE_IMG: "stable"
|
||||||
|
|
||||||
plugins-update-1-40:
|
plugins-update-1-41:
|
||||||
extends:
|
extends:
|
||||||
- .plugins-update
|
- .plugins-update
|
||||||
- .img-1-40
|
- .img-1-41
|
||||||
image: registry.freedesktop.org/freedesktop/ci-templates/buildah:2020-03-04
|
image: registry.freedesktop.org/freedesktop/ci-templates/buildah:2020-03-04
|
||||||
variables:
|
variables:
|
||||||
UPDATE_IMG: "1-40"
|
UPDATE_IMG: "1-41"
|
||||||
|
|
||||||
plugins-update-nightly:
|
plugins-update-nightly:
|
||||||
extends:
|
extends:
|
||||||
|
@ -229,10 +229,10 @@ plugins-update-nightly:
|
||||||
cargo build --locked --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features
|
cargo build --locked --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test 1.40:
|
test 1.41:
|
||||||
extends:
|
extends:
|
||||||
- '.cargo test'
|
- '.cargo test'
|
||||||
- .img-1-40
|
- .img-1-41
|
||||||
|
|
||||||
test stable:
|
test stable:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2020-09-08.0'
|
GST_RS_IMG_TAG: '2020-09-09.0'
|
||||||
|
|
Loading…
Reference in a new issue