From a540274c726f96ede34f191fc787060c1d1bc290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 9 Sep 2020 09:25:15 +0300 Subject: [PATCH] ci: Update minimum supported version to 1.41 Needed for gst-plugins-rs now because one dependency requires a newer version now. --- .gitlab-ci.yml | 22 +++++++++++----------- ci/images_template.yml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c505206cc..9441690a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,10 +66,10 @@ stages: variables: RUST_VERSION: "stable" -.debian:10-1-40: +.debian:10-1-41: extends: .debian:10 variables: - RUST_VERSION: "1.40.0" + RUST_VERSION: "1.41.0" .debian:10-nightly: extends: .debian:10 @@ -102,10 +102,10 @@ build-stable: - .build-final-image - .debian:10-stable -build-1-40: +build-1-41: extends: - .build-final-image - - .debian:10-1-40 + - .debian:10-1-41 build-nightly: extends: @@ -135,9 +135,9 @@ update-nightly: - .debian:10-stable - .dist-debian-container -.img-1-40: +.img-1-41: extends: - - .debian:10-1-40 + - .debian:10-1-41 - .dist-debian-container .img-nightly: @@ -180,13 +180,13 @@ plugins-update-stable: variables: UPDATE_IMG: "stable" -plugins-update-1-40: +plugins-update-1-41: extends: - .plugins-update - - .img-1-40 + - .img-1-41 image: registry.freedesktop.org/freedesktop/ci-templates/buildah:2020-03-04 variables: - UPDATE_IMG: "1-40" + UPDATE_IMG: "1-41" plugins-update-nightly: extends: @@ -229,10 +229,10 @@ plugins-update-nightly: cargo build --locked --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features fi -test 1.40: +test 1.41: extends: - '.cargo test' - - .img-1-40 + - .img-1-41 test stable: extends: diff --git a/ci/images_template.yml b/ci/images_template.yml index e361e1739..73ae91348 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-09-08.0' + GST_RS_IMG_TAG: '2020-09-09.0'