diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 1 |
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 ] |
