docker/fedora: update base to fedora 31
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/271>
This commit is contained in:
parent
af11a2cd52
commit
a892850eb2
@ -1,4 +1,4 @@
|
|||||||
FROM registry.fedoraproject.org/fedora:30
|
FROM registry.fedoraproject.org/fedora:31
|
||||||
|
|
||||||
ENV RUSTUP_HOME=/usr/local/rustup \
|
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||||
CARGO_HOME=/usr/local/cargo \
|
CARGO_HOME=/usr/local/cargo \
|
||||||
|
@ -4,7 +4,7 @@ set -eux
|
|||||||
# We need them to cleanly build our doc.
|
# We need them to cleanly build our doc.
|
||||||
sed -i "s/tsflags=nodocs//g" /etc/dnf/dnf.conf
|
sed -i "s/tsflags=nodocs//g" /etc/dnf/dnf.conf
|
||||||
|
|
||||||
dnf install -y git-core ninja-build dnf-plugins-core
|
dnf install -y git-core ninja-build dnf-plugins-core python3-pip
|
||||||
|
|
||||||
# Configure git for various usage
|
# Configure git for various usage
|
||||||
git config --global user.email "gst-build@gstreamer.net"
|
git config --global user.email "gst-build@gstreamer.net"
|
||||||
@ -21,7 +21,6 @@ dnf upgrade -y
|
|||||||
dnf install -y \
|
dnf install -y \
|
||||||
aalib-devel \
|
aalib-devel \
|
||||||
aom \
|
aom \
|
||||||
aom-extra-tools \
|
|
||||||
bat \
|
bat \
|
||||||
libaom \
|
libaom \
|
||||||
libaom-devel \
|
libaom-devel \
|
||||||
@ -47,6 +46,7 @@ dnf install -y \
|
|||||||
graphene-devel \
|
graphene-devel \
|
||||||
gsl \
|
gsl \
|
||||||
gsl-devel \
|
gsl-devel \
|
||||||
|
faac-devel \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
ffmpeg-libs \
|
ffmpeg-libs \
|
||||||
ffmpeg-devel \
|
ffmpeg-devel \
|
||||||
@ -184,7 +184,6 @@ dnf builddep -y gstreamer1 \
|
|||||||
gstreamer1-plugins-good-extras \
|
gstreamer1-plugins-good-extras \
|
||||||
gstreamer1-plugins-ugly \
|
gstreamer1-plugins-ugly \
|
||||||
gstreamer1-plugins-ugly-free \
|
gstreamer1-plugins-ugly-free \
|
||||||
gstreamer1-plugins-bad-nonfree \
|
|
||||||
gstreamer1-plugins-bad-free \
|
gstreamer1-plugins-bad-free \
|
||||||
gstreamer1-plugins-bad-free-extras \
|
gstreamer1-plugins-bad-free-extras \
|
||||||
gstreamer1-plugins-bad-freeworld \
|
gstreamer1-plugins-bad-freeworld \
|
||||||
|
@ -18,7 +18,7 @@ variables:
|
|||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# If you are hacking on them or need a them to rebuild, its enough
|
||||||
# to change any part of the string of the image you want.
|
# to change any part of the string of the image you want.
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2020-07-03.0'
|
FEDORA_TAG: '2020-07-03.1'
|
||||||
CERBERO_TAG: '2020-06-25.0'
|
CERBERO_TAG: '2020-06-25.0'
|
||||||
ANDROID_TAG: '2020-06-25.0'
|
ANDROID_TAG: '2020-06-25.0'
|
||||||
MANIFEST_TAG: '2020-06-25.0'
|
MANIFEST_TAG: '2020-06-25.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user