mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-10 06:50:19 +01:00
CI: Sort lists of openSUSE packages alphabetically
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
7a6e9f5beb
commit
e271f286e3
1 changed files with 4 additions and 4 deletions
|
|
@ -262,10 +262,10 @@ case "$ci_distro" in
|
|||
packages=(
|
||||
"${packages[@]}"
|
||||
mingw${bits}-cross-gcc-c++
|
||||
mingw${bits}-cross-pkgconf
|
||||
mingw${bits}-libexpat-devel
|
||||
mingw${bits}-glib2-devel
|
||||
mingw${bits}-cross-meson
|
||||
mingw${bits}-cross-pkgconf
|
||||
mingw${bits}-glib2-devel
|
||||
mingw${bits}-libexpat-devel
|
||||
)
|
||||
;;
|
||||
|
||||
|
|
@ -273,9 +273,9 @@ case "$ci_distro" in
|
|||
packages=(
|
||||
"${packages[@]}"
|
||||
gcc-c++
|
||||
libexpat-devel
|
||||
glib2-devel
|
||||
libX11-devel
|
||||
libexpat-devel
|
||||
systemd-devel
|
||||
)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue