mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
ci/docker/fedora: update rustc and meson versions
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/931>
This commit is contained in:
parent
67c8e634e0
commit
66066ffa03
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ variables:
|
|||
###
|
||||
FEDORA_TAG: '2021-10-04.0'
|
||||
INDENT_TAG: '2021-10-04.0'
|
||||
WINDOWS_TAG: "2021-10-04.0"
|
||||
WINDOWS_TAG: "2021-10-04.1"
|
||||
|
||||
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||
|
|
|
@ -202,7 +202,7 @@ dnf builddep -y gstreamer1 \
|
|||
python3-gstreamer1
|
||||
|
||||
dnf remove -y meson
|
||||
pip3 install meson==0.58.0 hotdoc
|
||||
pip3 install meson==0.59.1 hotdoc
|
||||
|
||||
# Remove gst-devel packages installed by builddep above
|
||||
dnf remove -y "gstreamer1*devel"
|
||||
|
@ -214,8 +214,8 @@ rpm -i --reinstall *.rpm
|
|||
rm -f *.rpm
|
||||
|
||||
# Install Rust
|
||||
RUSTUP_VERSION=1.24.2
|
||||
RUST_VERSION=1.52.1
|
||||
RUSTUP_VERSION=1.24.3
|
||||
RUST_VERSION=1.55.0
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
||||
dnf install -y wget
|
||||
|
|
Loading…
Reference in a new issue