summaryrefslogtreecommitdiff
path: root/jenkins/xen-base
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/xen-base')
-rw-r--r--jenkins/xen-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/xen-base b/jenkins/xen-base
index 5ed24c1..5b777ec 100644
--- a/jenkins/xen-base
+++ b/jenkins/xen-base
@@ -10,7 +10,7 @@ schroot -c trusty-amd64-sbuild --begin-session --session-name xen || schroot --r
schroot --run-session -c xen -u root -- dpkg --add-architecture ${arch}
schroot --run-session -c xen -u root -- apt-get update
schroot --run-session -c xen -u root -- apt-get -y install crossbuild-essential-${arch}
-schroot --run-session -c xen -u root -- apt-get -y install libc6-dev:${arch} libncurses-dev:${arch} uuid-dev:${arch} libglib2.0-dev:${arch} libssl-dev:${arch} libssl1.0.0:${arch} libaio-dev:${arch} libyajl-dev:${arch} python gettext gcc git libpython2.7-dev:${arch} libfdt-dev:${arch} wget fakeroot
+schroot --run-session -c xen -u root -- apt-get -y install libc6-dev:${arch} libncurses-dev:${arch} uuid-dev:${arch} libglib2.0-dev:${arch} libssl-dev:${arch} libssl1.0.0:${arch} libaio-dev:${arch} libyajl-dev:${arch} python gettext gcc git libpython2.7-dev:${arch} libfdt-dev:${arch} libpixman-1-dev:${arch} wget fakeroot
# crude form of http://lists.xen.org/archives/html/xen-devel/2013-04/msg01127.html
schroot --run-session -c xen -u root -- sed -i -e '/PSR/d' /usr/aarch64-linux-gnu/include/asm/ptrace.h||true