Skip to content

Commit 45e3ba2

Browse files
committed
build: Build make build and make pack sequentially
Building multiple targets in parallel may cause docker race conditions.
1 parent 0971bfc commit 45e3ba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ BUILD_PACKAGES_DIR := "build/packages"
1313

1414
.PHONY: clean help download_packages build build-docker-image $(ALL_TARGETS) $(ALL_PACK_TARGETS)
1515

16+
.NOTPARALLEL: build pack
17+
1618
help:
1719
@echo "Usage:"
1820
@echo " make build"

0 commit comments

Comments
 (0)