diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 19:55:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 19:55:17 -0400 |
| commit | 3d5b0ef77e52ddcfe53a95081713a3a33589047a (patch) | |
| tree | 699d03a8307a9f91baa61be7c9c14f738b8b9161 | |
| parent | 21c3ff1daaed28647413cd1fb4ce4fc69f9f592a (diff) | |
another -j1
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 2 |
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 = |
