summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-05-12 15:28:11 +0100
committerSimon McVittie <smcv@collabora.com>2023-05-12 15:40:45 +0100
commite271f286e33e8d98ed8d33ffa7d7379807a9ffae (patch)
tree25b63f9f97c29a2e6dd247e44567e9aece839aaa
parent7a6e9f5beb51b34fb8ea032189a1950d449a276d (diff)
downloaddbus-e271f286e33e8d98ed8d33ffa7d7379807a9ffae.tar.gz
CI: Sort lists of openSUSE packages alphabetically
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rwxr-xr-xtools/ci-install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index eabb75ec..f829bbf5 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -262,10 +262,10 @@ case "$ci_distro" in
packages=(
"${packages[@]}"
mingw${bits}-cross-gcc-c++
+ mingw${bits}-cross-meson
mingw${bits}-cross-pkgconf
- mingw${bits}-libexpat-devel
mingw${bits}-glib2-devel
- mingw${bits}-cross-meson
+ 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
)
;;