summaryrefslogtreecommitdiffstats
path: root/hosts/codethink-sled16-arm64/etc/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/codethink-sled16-arm64/etc/pbuilderrc')
-rw-r--r--hosts/codethink-sled16-arm64/etc/pbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/codethink-sled16-arm64/etc/pbuilderrc b/hosts/codethink-sled16-arm64/etc/pbuilderrc
index b5516afc..76cc5f01 100644
--- a/hosts/codethink-sled16-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled16-arm64/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 ;;