summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-09 14:38:46 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-09 19:02:58 +0200
commit305529674c3aa19813f59b0ec2185da1d92d3a6a (patch)
treec17874d18cbe83d90329dd07e09e828b6c662655 /etc
parent5cac124d864b3b0aede2bc0c3af4f9788456b5dc (diff)
downloadjenkins.debian.net-305529674c3aa19813f59b0ec2185da1d92d3a6a.tar.xz
workaround #700591 unfixed in wheezy by bindmounting /run/shm and
/dev/shm via pbuilderrc
Diffstat (limited to 'etc')
-rw-r--r--etc/pbuilderrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pbuilderrc b/etc/pbuilderrc
index f9932765..b21c5b7f 100644
--- a/etc/pbuilderrc
+++ b/etc/pbuilderrc
@@ -9,3 +9,5 @@ EXTRAPACKAGES="fakeroot"
APTCACHE=""
export http_proxy="http://localhost:3128"
COMPRESSPROG="pigz"
+# FIXME: remove /run/shm bindmount once we are running jessie - this is a workaround for #700591
+BINDMOUNTS="$BINDMOUNTS /run/shm /dev/shm"