summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 19:55:17 -0400
committerJoey Hess2017-11-17 19:55:17 -0400
commit3d5b0ef77e52ddcfe53a95081713a3a33589047a (patch)
tree699d03a8307a9f91baa61be7c9c14f738b8b9161 /src/Propellor/Bootstrap.hs
parent21c3ff1daaed28647413cd1fb4ce4fc69f9f592a (diff)
another -j1
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index f306e9a7..04f23f85 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -80,7 +80,7 @@ buildCommand bs = intercalate " && " (go (getBuilder bs))
where
go Cabal =
[ "cabal configure"
- , "cabal build propellor-config"
+ , "cabal build -j1 propellor-config"
, "ln -sf dist/build/propellor-config/propellor-config propellor"
]
go Stack =