We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca4788 commit a0665e3Copy full SHA for a0665e3
Makefile
@@ -58,6 +58,7 @@ build: aw-core/.git
58
for module in $(SUBMODULES); do \
59
echo "Building $$module"; \
60
if [ "$$module" = "aw-server-rust" ] && [ "$(AW_SYNC_ONLY)" = "true" ]; then \
61
+ poetry lock
62
make --directory=$$module aw-sync SKIP_WEBUI=$(SKIP_WEBUI) || { echo "Error in $$module aw-sync"; exit 2; }; \
63
else \
64
make --directory=$$module build SKIP_WEBUI=$(SKIP_WEBUI) || { echo "Error in $$module build"; exit 2; }; \
0 commit comments