summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2018-10-24 15:45:05 -0400
committerJoey Hess2018-10-24 15:45:05 -0400
commite62d1775f8124dcd473290b20ed5dc551dcd1103 (patch)
tree49ab06e12e49b4481e9bba6bb763cc4743e9cf5d /src/Propellor/Property/SiteSpecific
parentb0edbed8a7f19bbdd057656dc019604af27ddd64 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 6a6bcd31..d0f6da2e 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -182,6 +182,7 @@ armAutoBuilder baseautobuilder suite arch flavor =
propertyList "arm git-annex autobuilder" $ props
& baseautobuilder suite arch flavor
-- Works around ghc crash with parallel builds on arm.
+ & File.dirExists (homedir </> ".cabal")
& (homedir </> ".cabal" </> "config")
`File.containsLine` "jobs: 1"
-- Work around https://github.com/systemd/systemd/issues/7135