mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-23 03:07:44 +02: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
036458c7a8
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ setup.lint:
|
|||||||
|
|
||||||
.PHONY: dependencies
|
.PHONY: dependencies
|
||||||
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) \
|
stack build $(STACK_ARGUMENTS) \
|
||||||
--flag yesod-auth-oauth2:example \
|
--flag yesod-auth-oauth2:example \
|
||||||
--dependencies-only --test --no-run-tests
|
--dependencies-only --test --no-run-tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user