summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-03 17:51:49 +0100
committerSimon McVittie <smcv@collabora.com>2022-02-25 13:04:20 +0000
commit787b9e963347dd26804dabe466038b0329efe0fc (patch)
tree385d1fd31b5e215101c893ddfa5ef4c7dd3fdfad
parentd1799f782bb30b54b3effad4b02b09e35994b9e9 (diff)
downloaddbus-787b9e963347dd26804dabe466038b0329efe0fc.tar.gz
ci: Teach ci-install.sh to install wine on Debian 9 'stretch'
Signed-off-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=108177 Acked-by: Philip Withnall <withnall@endlessm.com> (cherry picked from commit 408b222a9fc61327cd7be385b6705f30f0c38802)
-rwxr-xr-xtools/ci-install.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index 8f6be338..783b34bb 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -95,6 +95,18 @@ case "$ci_distro" in
;;
esac
+ case "$ci_suite" in
+ (trusty)
+ # Ubuntu 14.04 didn't have the wine32, wine64 packages
+ wine32=wine:i386
+ wine64=wine:amd64
+ ;;
+ (*)
+ wine32=wine32
+ wine64=wine64
+ ;;
+ esac
+
case "$ci_host" in
(i686-w64-mingw32)
$sudo dpkg --add-architecture i386