chiark / gitweb /
Merge branch 'master' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 11 Mar 2016 23:53:25 +0000 (23:53 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 11 Mar 2016 23:53:25 +0000 (23:53 +0000)
commitfc0746712d86c1474889cf70a4bb999d53edc663
tree8a5c23af61a0e11879324689e723a24e0e0db83f
parentf267a1d7c94793dfd336f1fd4c06c75be0c70157
parent6f254ff7b6affdbf6c65b341e416498ec41ea21f
Merge branch 'master' into 'master'

makebuildserver: support running VirtualBox in a VM

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.

See merge request !108
makebuildserver