summaryrefslogtreecommitdiff
path: root/ci
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 /ci
parent47fda2c51c9f7308dd466196021a54819d390804 (diff)
downloadgstreamer-0e20febad129df72699420af17e727fcc1d1eac6.tar.gz
ci: Update Rust in the fedora image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4327>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/fedora/prepare.sh6
1 files changed, 3 insertions, 3 deletions
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