mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Enable the debuginfo repos in the images
Always enable the debuginfo repos, so the debug packages installed are automatically kept in sync when upgrading the system. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
parent
815a26f982
commit
6ebf8de722
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ dnf install -y \
|
||||||
"https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm" \
|
"https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm" \
|
||||||
"https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm"
|
"https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm"
|
||||||
|
|
||||||
|
# Enable the debuginfo repos so -debug packages are kept in sync
|
||||||
|
dnf install -y dnf-plugins-core
|
||||||
|
dnf config-manager --set-enabled '*-debuginfo'
|
||||||
|
|
||||||
dnf upgrade -y && dnf distro-sync -y
|
dnf upgrade -y && dnf distro-sync -y
|
||||||
|
|
||||||
# Install the dependencies of gstreamer
|
# Install the dependencies of gstreamer
|
||||||
|
|
Loading…
Reference in a new issue