summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2020-07-20 15:50:23 +0100
committerFrediano Ziglio <freddy77@gmail.com>2020-07-20 16:35:33 +0100
commit07f26241b835857bc05a15a02406fba0dd9e35e7 (patch)
treed062c1fc41cc79642531b7f820aa056c8f141961 /.gitlab-ci.yml
parentc87bd86c4486a4d892aaedfa080da36037af71ba (diff)
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: