summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2023-04-03 16:17:04 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-04-03 18:48:55 +0000
commit0e20febad129df72699420af17e727fcc1d1eac6 (patch)
tree2b626d1194aa2d320fee6a9f61cf32bae0b36af4
parent47fda2c51c9f7308dd466196021a54819d390804 (diff)
downloadgstreamer-0e20febad129df72699420af17e727fcc1d1eac6.tar.gz
ci: Update Rust in the fedora image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4327>
-rw-r--r--.gitlab-image-tags.yml2
-rw-r--r--ci/docker/fedora/prepare.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml
index f2ec8b127b..3378dbb144 100644
--- a/.gitlab-image-tags.yml
+++ b/.gitlab-image-tags.yml
@@ -5,7 +5,7 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
- FEDORA_TAG: '2022-12-10.0'
+ FEDORA_TAG: '2023-04-03.0'
INDENT_TAG: '2023-03-16.1'
LINT_TAG: '2023-02-16.5'
WINDOWS_TAG: '2023-03-20.0'
diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh
index 4347f0dabc..0419173730 100644
--- a/ci/docker/fedora/prepare.sh
+++ b/ci/docker/fedora/prepare.sh
@@ -15,7 +15,7 @@ sudo dnf install -y \
"https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm" \
"https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm"
-dnf upgrade -y
+dnf upgrade -y && dnf distro-sync -y
# install rest of the extra deps
dnf install -y \
@@ -222,8 +222,8 @@ rpm -i --reinstall *.rpm
rm -f *.rpm
# Install Rust
-RUSTUP_VERSION=1.25.1
-RUST_VERSION=1.63.0
+RUSTUP_VERSION=1.25.2
+RUST_VERSION=1.68.2
RUST_ARCH="x86_64-unknown-linux-gnu"
dnf install -y wget