diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-23 19:43:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-23 19:45:14 +0100 |
commit | 6bbf4019f62cba5623e41696171fbcba310cf300 (patch) | |
tree | de2820ef4b1b5bc24aaaa362350841ae78929e99 /hosts/opi2b-armhf-rb/etc/pbuilderrc | |
parent | 17500cc736fd17694b4a796be121d470a5d21bb2 (diff) | |
download | jenkins.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/opi2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/opi2b-armhf-rb/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/opi2b-armhf-rb/etc/pbuilderrc b/hosts/opi2b-armhf-rb/etc/pbuilderrc index b5516afc..76cc5f01 100644 --- a/hosts/opi2b-armhf-rb/etc/pbuilderrc +++ b/hosts/opi2b-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 ;; |