projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bacfa4
)
docker/fedora: update rust toolchain to 1.44
author
Jordan Petridis
<jordan@centricular.com>
Thu, 18 Jun 2020 13:29:33 +0000
(16:29 +0300)
committer
Jordan Petridis
<jpetridis@gnome.org>
Fri, 26 Jun 2020 12:14:28 +0000
(12:14 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/308>
docker/fedora/prepare.sh
patch
|
blob
|
history
diff --git
a/docker/fedora/prepare.sh
b/docker/fedora/prepare.sh
index
d710ca5
..
fe19c4d
100644
(file)
--- a/
docker/fedora/prepare.sh
+++ b/
docker/fedora/prepare.sh
@@
-206,8
+206,8
@@
rpm -i --reinstall *.rpm
rm -f *.rpm
# Install Rust
-RUSTUP_VERSION=1.21.
0
-RUST_VERSION=1.4
0.0
+RUSTUP_VERSION=1.21.
1
+RUST_VERSION=1.4
4.1
RUST_ARCH="x86_64-unknown-linux-gnu"
dnf install -y wget