summaryrefslogtreecommitdiffstats
path: root/hosts/opi2a-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-23 19:43:34 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-23 19:45:14 +0100
commit6bbf4019f62cba5623e41696171fbcba310cf300 (patch)
treede2820ef4b1b5bc24aaaa362350841ae78929e99 /hosts/opi2a-armhf-rb
parent17500cc736fd17694b4a796be121d470a5d21bb2 (diff)
downloadjenkins.debian.net-6bbf4019f62cba5623e41696171fbcba310cf300.tar.xz
reproducible Debian: build on tmpfs on arm64 too
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/opi2a-armhf-rb')
-rw-r--r--hosts/opi2a-armhf-rb/etc/pbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/opi2a-armhf-rb/etc/pbuilderrc b/hosts/opi2a-armhf-rb/etc/pbuilderrc
index b5516afc..76cc5f01 100644
--- a/hosts/opi2a-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
case $HOSTNAME in
profitbricks-build*i386)
EATMYDATA=yes ;;