ci: Update Rust in the fedora image

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4327>
This commit is contained in:
Jordan Petridis 2023-04-03 16:17:04 +03:00 committed by GStreamer Marge Bot
parent 47fda2c51c
commit 0e20febad1
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough # 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. # 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' INDENT_TAG: '2023-03-16.1'
LINT_TAG: '2023-02-16.5' LINT_TAG: '2023-02-16.5'
WINDOWS_TAG: '2023-03-20.0' WINDOWS_TAG: '2023-03-20.0'

View file

@ -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/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm" \
"https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-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 # install rest of the extra deps
dnf install -y \ dnf install -y \
@ -222,8 +222,8 @@ rpm -i --reinstall *.rpm
rm -f *.rpm rm -f *.rpm
# Install Rust # Install Rust
RUSTUP_VERSION=1.25.1 RUSTUP_VERSION=1.25.2
RUST_VERSION=1.63.0 RUST_VERSION=1.68.2
RUST_ARCH="x86_64-unknown-linux-gnu" RUST_ARCH="x86_64-unknown-linux-gnu"
dnf install -y wget dnf install -y wget