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)
;;
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