André Klitzing
André Klitzing
Is it possible to use ssh to redirect if 127.0.01 is used? I'm using localhost and virt-manager can do this with ssh without any problems. Maybe libvirt already supports it?
> Both use libvirt under the hood so likely possible, the main issue with SSH is if it want's to prompt for password, you better use ssh-keys then Yeah, I...
https://github.com/misery/DockerVirtlyst :smiley:
Fixed in e886939d7728de526729398f34735114d612739c Merged my "fork"
https://hub.docker.com/r/dantti/virtlyst
Thanks. But `-j` is already used in the sub calls of openssl and Qt. Our libs script won't be faster if you provide `-j` like this. See: https://github.com/Governikus/AusweisApp2/blob/community/libs/CMakeLists.txt#L65
Thanks! Did it work on your pipeline? I see 6 failing checks here. :-)
I will add any working action. :-) So strip out the non-working actions into another pull request.
Did you try to use ccache with github action caching? That should speed up the builds a lot.
> first thanks for the docker container. Very usefull for end2end testing. Are you aware of issues with docker tag `latest` aka `2.1.0`? > > We noticed that our CI...