mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-24 17:01:43 +00:00
ci: Remove broken OpenSSL configuration to fix makecheck-windows job
The configuration installed with mingw64-openssl cause OpenSSL to fail to initialize during execution with Wine. Delete it and use the compiled in options. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
e625a10a7a
commit
313932ea02
@ -163,6 +163,8 @@ makecheck-windows:
|
||||
- export G_TLS_GNUTLS_PRIORITY="NORMAL:%COMPAT"
|
||||
- export WINEPATH='Z:\usr\x86_64-w64-mingw32\sys-root\mingw\bin'
|
||||
- export LANG=en_US.UTF-8
|
||||
# Remove configuration otherwise OpenSSL initialization will fail
|
||||
- rm -f /usr/x86_64-w64-mingw32/sys-root/mingw/etc/pki/tls/openssl.cnf
|
||||
- (cd server && exec mingw64-make LOG_COMPILE=wine check) || (cat server/tests/test-suite.log && exit 1)
|
||||
|
||||
websocket-autobahn:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user