ci(azure-pipelines): use DS3
This commit is contained in:
parent
7a44af0a0b
commit
8906f3d705
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 -with-rtsopts="-M3G" --only-dependencies
|
||||
stack build -j1 --only-dependencies
|
||||
# HELP(lint-backend): lint backend
|
||||
--lint-backend:
|
||||
stack build $(STACK_CORES) --test --fast --flag uniworx:library-only $(--DEVELOPMENT) uniworx:test:hlint
|
||||
|
||||
@ -24,7 +24,7 @@ parameters:
|
||||
base:
|
||||
image: devfra.azurecr.io/de.fraport.build/haskell
|
||||
tag: 8.10.4
|
||||
pool: 'Prod Private Agent Pool DS2'
|
||||
pool: 'Prod Private Agent Pool DS3'
|
||||
dependencies: []
|
||||
artifacts: |
|
||||
.stack/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user