summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2018-10-03 15:13:40 -0400
committerJoey Hess2018-10-03 15:13:40 -0400
commit5227c25ce0116102a3075daaf0adc74ee371eb67 (patch)
tree34818ffad0401cf5f86281d6e45f881434af6ec1 /src/Propellor/Property/SiteSpecific
parent580054591c1bfd4207e53e5df449979674d684a0 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index ab51b7ea..969a0dc7 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -175,7 +175,6 @@ armAutoBuilder :: (DebianSuite -> Architecture -> Flavor -> Property (HasInfo +
armAutoBuilder baseautobuilder suite arch flavor =
propertyList "arm git-annex autobuilder" $ props
& baseautobuilder suite arch flavor
- & buildDepsApt
-- Works around ghc crash with parallel builds on arm.
& (homedir </> ".cabal" </> "config")
`File.lacksLine` "jobs: $ncpus"