Merge branch '145-build-system-rewrite' of gitea.uniworx.systems:fraport/fradrive into 145-build-system-rewrite

This commit is contained in:
Stephan Barth 2024-10-21 17:38:23 +02:00
commit 45ba635dca

View File

@ -190,7 +190,7 @@ well-known: static;
# HELP(test-backend): test backend
--test-backend:
stack build --test --coverage --fast --workdir .stack-work-test --flag uniworx:library-only $(stackopts)
stack build --test --coverage --fast --work-dir .stack-work-test --flag uniworx:library-only $(stackopts)
# TODO: better name
.PHONY: db
@ -201,7 +201,7 @@ db: --image-build --containerized---db;
--db-backend: .stack
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
AVSPASS=${AVSPASS:-nopasswordset} ; \
stack exec uniworxdb -- $(UNIWORXDB_OPTS)
stack --work-dir .stack-work-build exec uniworxdb -- $(UNIWORXDB_OPTS)
.PHONY: .stack
.stack: