summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-21 13:32:32 -0400
committerJoey Hess2017-11-21 13:32:32 -0400
commit41370b2aac2ed4d4ebbaf9e72d9b2bdedbc50d8c (patch)
tree9f4d6794d0a5bb75c9f0004e03602180b7ffcc99 /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
parente328ad72952f25a63e77ad50b35bc524651607d7 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index dd1085d7..2d5a244f 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -177,13 +177,10 @@ armAutoBuilder :: DebianSuite -> Architecture -> Flavor -> Property (HasInfo + D
armAutoBuilder suite arch flavor =
propertyList "arm git-annex autobuilder" $ props
& standardAutoBuilder suite arch flavor
- & buildDepsNoHaskellLibs
+ & buildDepsApt
-- Works around ghc crash with parallel builds on arm.
& (homedir </> ".cabal" </> "config")
`File.lacksLine` "jobs: $ncpus"
- -- Install patched haskell packages for portability to
- -- arm NAS's using old kernel versions.
- & haskellPkgsInstalled "linux"
androidAutoBuilderContainer :: Times -> TimeOut -> Systemd.Container
androidAutoBuilderContainer crontimes timeout =