summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
authorJoey Hess2017-12-05 15:17:20 -0400
committerJoey Hess2017-12-05 15:17:20 -0400
commitc9893ce3909a288320603e486cc1a694fceaf88d (patch)
treebf5a53bed0aeac106cbec9a3921d482583e9fbe9 /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
parent2476617d9c0c90fc017bedadd4993ad46d2c3ae6 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 2d5a244f..e3d21ac1 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -181,6 +181,8 @@ armAutoBuilder suite arch flavor =
-- Works around ghc crash with parallel builds on arm.
& (homedir </> ".cabal" </> "config")
`File.lacksLine` "jobs: $ncpus"
+ -- Work around https://github.com/systemd/systemd/issues/7135
+ & Systemd.containerCfg "--system-call-filter=set_tls"
androidAutoBuilderContainer :: Times -> TimeOut -> Systemd.Container
androidAutoBuilderContainer crontimes timeout =