diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-16 18:15:27 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-16 18:15:27 -0700 |
| commit | 6aea6f7c7c2d9439811e6e5f20b7069fcc05f425 (patch) | |
| tree | 845107af55b46b1dca5fa71d75487279de98fe1e | |
| parent | 30d8ed1558e19d08e18d617633cf0f7878a74078 (diff) | |
install eatmydata and ccache
| -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 ] |
