From ef94ced729a99bce08c4437c7fb62d7ca7cc0447 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 21 Oct 2024 17:06:27 +0200 Subject: [PATCH 1/2] build(Makefile): fix backend-test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abbe9a303..032cf460a 100644 --- a/Makefile +++ b/Makefile @@ -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 From 0d42970c6db288620491b8aa3484f8caaf1e38cf Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 21 Oct 2024 17:07:02 +0200 Subject: [PATCH 2/2] build(Makefile): fix db work-dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 032cf460a..1303530fd 100644 --- a/Makefile +++ b/Makefile @@ -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: