mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +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
|
||||
setup:
|
||||
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) \
|
||||
--flag yesod-auth-oauth2:example \
|
||||
--dependencies-only --test --no-run-tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user