mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ci: Don't disable modular repos in toolbox image
They are no longer included in F39, so trying to disable them fails. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2897>
This commit is contained in:
parent
bdbad8ca85
commit
cd1f8ba11d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ build_container() {
|
|||
abattis-cantarell-fonts # system font
|
||||
gnome-backgrounds # no blank background!
|
||||
)
|
||||
buildah run $build_cntr dnf config-manager --set-disabled '*-modular,*-openh264'
|
||||
buildah run $build_cntr dnf config-manager --set-disabled '*-openh264'
|
||||
buildah run $build_cntr dnf install -y "${extra_packages[@]}"
|
||||
buildah run $build_cntr dnf clean all
|
||||
buildah run $build_cntr rm -rf /var/lib/cache/dnf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue