mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 05:08:16 +00:00
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:
parent
c87bd86c44
commit
07f26241b8
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user