]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Import wine fix for CI
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 30 Apr 2020 15:19:47 +0000 (16:19 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 30 Apr 2020 15:19:47 +0000 (16:19 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
.gitlab-ci.yml

index 264c131f0c08a08e1274a7421b954873a4d1ce6a..523743adc913951a5f247e7fbe61a06b17564b5f 100644 (file)
@@ -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