summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorSean Whitton2016-05-16 18:15:27 -0700
committerSean Whitton2016-05-16 18:15:27 -0700
commit6aea6f7c7c2d9439811e6e5f20b7069fcc05f425 (patch)
tree845107af55b46b1dca5fa71d75487279de98fe1e /src/Propellor
parent30d8ed1558e19d08e18d617633cf0f7878a74078 (diff)
install eatmydata and ccache
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Sbuild.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index f76aba3c..d938f5ce 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -69,6 +69,7 @@ built system@(System distro arch) =
-- sbuild-createchroot gives it. We'll change this back
-- to 'sbuild' once debootstrap has finished.
, "--chroot-suffix=propellor"
+ , "--include=eatmydata,ccache"
, "/srv/chroot/" ++ suite ++ "-" ++ arch
, stdMirror distro
]