mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 06:32:44 +00:00
ci: Fix websocket-autobahn job
Last wsaccel library fails to install on the container. This test has not been maintained for a while so libraries are getting pretty old anyway. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
956cd26dbf
commit
71a1b11221
@ -185,6 +185,7 @@ websocket-autobahn:
|
||||
- *protocol
|
||||
image: ubuntu:bionic
|
||||
script:
|
||||
- pip2 install 'wsaccel==0.6.3'
|
||||
- pip2 install autobahntestsuite
|
||||
- wstest -a
|
||||
- git clean -fdx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user