summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-04-26 18:33:47 +0300
committerJordan PetridÑ–s <jpetridis@gnome.org>2022-05-05 21:33:43 +0000
commit8870f59a07fe8076353b189265d568d9c2be98de (patch)
tree99a2c124676f8243fd6fe62c0a02963e14a2b923 /.gitlab-ci.yml
parent1d627e29cd192ed5b544abcd62094a92a317fa00 (diff)
downloadgstreamer-8870f59a07fe8076353b189265d568d9c2be98de.tar.gz
ci: update/rebuild windows image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2302>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 357d963fcb..ab1a9e87bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ variables:
###
FEDORA_TAG: '2022-03-14.0'
INDENT_TAG: '2022-03-07.1'
- WINDOWS_TAG: "2022-03-14.0"
+ WINDOWS_TAG: "2022-04-26.0"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
@@ -41,8 +41,8 @@ variables:
WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
- RUST_MINIMUM_VERSION: '1.54.0'
- RUST_LATEST_VERSION: '1.55.0'
+ RUST_MINIMUM_VERSION: '1.57.0'
+ RUST_LATEST_VERSION: '1.60.0'
WINDOWS_RUST_MINIMUM_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_MINIMUM_VERSION"
WINDOWS_RUST_MINIMUM_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_MINIMUM_VERSION"