From 094eb41b683cba74a2ef9b6a780d6fe7a92601be Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 30 Apr 2020 16:19:47 +0100 Subject: [PATCH] Import wine fix for CI Signed-off-by: David Woodhouse --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 264c131f..523743ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -325,6 +325,7 @@ MinGW32/OpenSSL: - dnf install -y git autoconf automake libtool python gettext make mingw32-gnutls mingw32-openssl mingw32-libxml2 mingw32-zlib mingw32-gcc wine.i686 make iproute iputils nuttcp + - dnf upgrade -y --enablerepo=updates-testing --advisory=FEDORA-2020-1ab58b829d - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc - echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register - ./autogen.sh @@ -369,6 +370,7 @@ MinGW64/OpenSSL: - dnf install -y git autoconf automake libtool python gettext make mingw64-gnutls mingw64-openssl mingw64-libxml2 mingw64-zlib mingw64-gcc wine.x86_64 make iproute iputils nuttcp + - dnf upgrade -y --enablerepo=updates-testing --advisory=FEDORA-2020-1ab58b829d - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc - echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register - ./autogen.sh -- 2.50.1