mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-26 05:47:02 +01:00
Build haskell-src-exts single-threaded first
Letting all dependencies build at once can lead to out of memory on CI.
This commit is contained in:
parent
fbbf455678
commit
8c85728ee9
2
Makefile
2
Makefile
@ -3,6 +3,8 @@ all: setup build test lint
|
|||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
setup:
|
setup:
|
||||||
stack setup $(STACK_ARGUMENTS)
|
stack setup $(STACK_ARGUMENTS)
|
||||||
|
# Avoid ExitFailure (-9) (THIS MAY INDICATE OUT OF MEMORY)
|
||||||
|
stack build $(STACK_ARGUMENTS) -j 1 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