From 0e20febad129df72699420af17e727fcc1d1eac6 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 3 Apr 2023 16:17:04 +0300 Subject: [PATCH] ci: Update Rust in the fedora image Part-of: --- .gitlab-image-tags.yml | 2 +- ci/docker/fedora/prepare.sh | 6 +++--- 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