mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Enable openvz, lxc and xen proxy in automated builds
This commit is contained in:
parent
3de646a51d
commit
0b4f277845
@ -1,3 +1,8 @@
|
||||
Fri Jul 25 10:41:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* autobuild.sh: Force enable OpenVZ, LXC and Xen proxy for
|
||||
automated build testing
|
||||
|
||||
Fri Jul 25 10:29:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
Miscellaneous minor bug fixes
|
||||
|
@ -16,7 +16,10 @@ rm -rf coverage
|
||||
|
||||
./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT \
|
||||
--enable-test-coverage \
|
||||
--enable-compile-warnings=error
|
||||
--enable-compile-warnings=error \
|
||||
--with-openvz \
|
||||
--with-lxc \
|
||||
--with-xen-proxy
|
||||
|
||||
make
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user