ci: Set G_TLS_GNUTLS_PRIORITY environment for makecheck-windows job

This workaround an error from test-listen test under Windows
reporting:

   GLib-Net-WARNING **: 09:24:25.152: Failed to set GnuTLS session priority with error beginning at %COMPAT: The request is invalid.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Acked-by: Uri Lublin <ulublin@redhat.com>
This commit is contained in:
Frediano Ziglio 2020-07-20 15:50:23 +01:00
parent c87bd86c44
commit 07f26241b8

View File

@ -154,6 +154,7 @@ makecheck-windows:
- NOCONFIGURE=yes ./autogen.sh
- mingw64-configure
- mingw64-make
- export G_TLS_GNUTLS_PRIORITY="NORMAL:%COMPAT"
- mingw64-make LOG_COMPILE=wine -C server check || (cat server/tests/test-suite.log && exit 1)
websocket-autobahn: