Skip to content

Commit a0665e3

Browse files
committed
run poetry lock before each build?
1 parent 3ca4788 commit a0665e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ build: aw-core/.git
5858
for module in $(SUBMODULES); do \
5959
echo "Building $$module"; \
6060
if [ "$$module" = "aw-server-rust" ] && [ "$(AW_SYNC_ONLY)" = "true" ]; then \
61+
poetry lock
6162
make --directory=$$module aw-sync SKIP_WEBUI=$(SKIP_WEBUI) || { echo "Error in $$module aw-sync"; exit 2; }; \
6263
else \
6364
make --directory=$$module build SKIP_WEBUI=$(SKIP_WEBUI) || { echo "Error in $$module build"; exit 2; }; \

0 commit comments

Comments
 (0)