mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +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'
|
FEDORA_TAG: '2021-10-04.0'
|
||||||
INDENT_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'
|
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||||
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||||
|
|
|
@ -202,7 +202,7 @@ dnf builddep -y gstreamer1 \
|
||||||
python3-gstreamer1
|
python3-gstreamer1
|
||||||
|
|
||||||
dnf remove -y meson
|
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
|
# Remove gst-devel packages installed by builddep above
|
||||||
dnf remove -y "gstreamer1*devel"
|
dnf remove -y "gstreamer1*devel"
|
||||||
|
@ -214,8 +214,8 @@ rpm -i --reinstall *.rpm
|
||||||
rm -f *.rpm
|
rm -f *.rpm
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
RUSTUP_VERSION=1.24.2
|
RUSTUP_VERSION=1.24.3
|
||||||
RUST_VERSION=1.52.1
|
RUST_VERSION=1.55.0
|
||||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||||
|
|
||||||
dnf install -y wget
|
dnf install -y wget
|
||||||
|
|
Loading…
Reference in a new issue