Skip to content

makebuildserver: support running VirtualBox in a VM

username-removed-24982 requested to merge eighthave/fdroidserver:master into master

For debian.jenkins.net, our test environment is a kvm instance that does not expose the hardware virtualization instructions. So this auto-detects whether the current machine, virtual or not, supports the hardware virtualization. If not, it uses VirtualBox's software emulator, which should run everywhere, even in a kvm instance.

Merge request reports