From e62d1775f8124dcd473290b20ed5dc551dcd1103 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Oct 2018 15:45:05 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3