From: Daniel P. Berrange Date: Fri, 25 Jul 2008 09:43:23 +0000 (+0000) Subject: Enable openvz, lxc and xen proxy in automated builds X-Git-Tag: LIBVIRT_0_4_6~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4f2778452fb656d3e65a0c455391123e57bb49;p=thirdparty%2Flibvirt.git Enable openvz, lxc and xen proxy in automated builds --- diff --git a/ChangeLog b/ChangeLog index fd3714f7f4..fad882278a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 25 10:41:27 BST 2008 Daniel P. Berrange + + * autobuild.sh: Force enable OpenVZ, LXC and Xen proxy for + automated build testing + Fri Jul 25 10:29:27 BST 2008 Daniel P. Berrange Miscellaneous minor bug fixes diff --git a/autobuild.sh b/autobuild.sh index ed2ef74c9f..ce1269258f 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -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