From 07f26241b835857bc05a15a02406fba0dd9e35e7 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 20 Jul 2020 15:50:23 +0100 Subject: [PATCH] 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 Acked-by: Uri Lublin --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0693b2e5..22cdfbc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: