build(Makefile): limit dependency build to 3G mem
This commit is contained in:
parent
d030c5d0cc
commit
7a44af0a0b
2
Makefile
2
Makefile
@ -281,7 +281,7 @@ endif
|
||||
stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins
|
||||
# HELP(dependencies-backend): (re-)build backend dependencies
|
||||
--dependencies-backend: uniworx.cabal
|
||||
stack build -j1 --only-dependencies
|
||||
stack build -j1 -with-rtsopts="-M3G" --only-dependencies
|
||||
# HELP(lint-backend): lint backend
|
||||
--lint-backend:
|
||||
stack build $(STACK_CORES) --test --fast --flag uniworx:library-only $(--DEVELOPMENT) uniworx:test:hlint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user