mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Build Cabal in -j 1 step
Un-cached builds cannot succeed without exhausting memory. Doing fewer packages concurrently can sometimes resolve this. This is trial and error. https://app.circleci.com/jobs/github/thoughtbot/yesod-auth-oauth2/1022
This commit is contained in:
parent
b998e03067
commit
a9d407b927
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ setup.lint:
|
||||
|
||||
.PHONY: dependencies
|
||||
dependencies:
|
||||
stack build $(STACK_ARGUMENTS) -j 1 haskell-src-exts
|
||||
stack build $(STACK_ARGUMENTS) -j 1 Cabal haskell-src-exts
|
||||
stack build $(STACK_ARGUMENTS) \
|
||||
--flag yesod-auth-oauth2:example \
|
||||
--dependencies-only --test --no-run-tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user