mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
docker/fedora: Bump to latest rustup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/406>
This commit is contained in:
parent
0c5838bcdd
commit
8aa710f6b8
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@ rpm -i --reinstall *.rpm
|
|||
rm -f *.rpm
|
||||
|
||||
# Install Rust
|
||||
RUSTUP_VERSION=1.21.1
|
||||
RUST_VERSION=1.44.1
|
||||
RUSTUP_VERSION=1.24.2
|
||||
RUST_VERSION=1.52.1
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
||||
dnf install -y wget
|
||||
|
|
Loading…
Reference in a new issue