summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-08-04 11:43:20 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-08-04 11:43:20 -0400
commit49bf35de941798b06b01f3454d53053df3d5fb11 (patch)
tree3362a2436fa20ac83dc9a6013c10701b8bcefcfb
parent4917c785d0187664481bec83b9df51a65604a46b (diff)
disable xen (libxl)
-rwxr-xr-xjenkinsbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkinsbuild.sh b/jenkinsbuild.sh
index dc630bb..77ccee8 100755
--- a/jenkinsbuild.sh
+++ b/jenkinsbuild.sh
@@ -60,8 +60,8 @@ sed -i "s/--with-storage-sheepdog/--without-storage-sheepdog/" ${code_checkout_d
sed -i "s/--with-apparmor/--with-apparmor=no --with-secdriver-apparmor=no/" ${code_checkout_dir}/debian/rules
# enable libxl
-sed -i 's/$(WITH_XEN)/$(WITH_XEN) --with-libxl/' ${code_checkout_dir}/debian/rules
-sed -i "s/libxen-dev \[i386 amd64\]/libxen-dev/" ${code_checkout_dir}/debian/control
+#sed -i 's/$(WITH_XEN)/$(WITH_XEN) --with-libxl/' ${code_checkout_dir}/debian/rules
+#sed -i "s/libxen-dev \[i386 amd64\]/libxen-dev/" ${code_checkout_dir}/debian/control
#
# since building from a git checkout, force bootstrap to run before the build starts