build(Makefile): use 2 cores for backend dependencies [skip ci]

This commit is contained in:
Sarah Vaupel 2025-01-24 02:20:07 +01:00
parent 85bea8d12c
commit 53226e6c6f

View File

@ -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 -j2 --only-dependencies
# HELP(lint-backend): lint backend
--lint-backend:
stack build $(STACK_CORES) --test --fast --flag uniworx:library-only $(--DEVELOPMENT) uniworx:test:hlint