mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
Revert "docker: fedora: update to Fedora 31"
This is unused yet because it breaks some things
This reverts commit d016fa7453
.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/299>
This commit is contained in:
parent
1f07629c3c
commit
99830c2bee
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/fedora:31
|
||||
FROM registry.fedoraproject.org/fedora:30
|
||||
|
||||
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||
CARGO_HOME=/usr/local/cargo \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set -eux
|
||||
|
||||
dnf install -y git-core ninja-build dnf-plugins-core python3-pip
|
||||
dnf install -y git-core ninja-build dnf-plugins-core
|
||||
|
||||
# Configure git for various usage
|
||||
git config --global user.email "gst-build@gstreamer.net"
|
||||
|
@ -17,6 +17,7 @@ dnf upgrade -y
|
|||
dnf install -y \
|
||||
aalib-devel \
|
||||
aom \
|
||||
aom-extra-tools \
|
||||
bat \
|
||||
libaom \
|
||||
libaom-devel \
|
||||
|
@ -40,7 +41,6 @@ dnf install -y \
|
|||
graphene-devel \
|
||||
gsl \
|
||||
gsl-devel \
|
||||
faac-devel \
|
||||
ffmpeg \
|
||||
ffmpeg-libs \
|
||||
ffmpeg-devel \
|
||||
|
@ -179,6 +179,7 @@ dnf builddep -y gstreamer1 \
|
|||
gstreamer1-plugins-good-extras \
|
||||
gstreamer1-plugins-ugly \
|
||||
gstreamer1-plugins-ugly-free \
|
||||
gstreamer1-plugins-bad-nonfree \
|
||||
gstreamer1-plugins-bad-free \
|
||||
gstreamer1-plugins-bad-free-extras \
|
||||
gstreamer1-plugins-bad-freeworld \
|
||||
|
|
Loading…
Reference in a new issue