Skip to content

Commit

Permalink
build: Build make build and make pack sequentially
Browse files Browse the repository at this point in the history
Building multiple targets in parallel may cause docker race conditions.
  • Loading branch information
guyush1 committed Jan 15, 2025
1 parent 0971bfc commit 45e3ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ BUILD_PACKAGES_DIR := "build/packages"

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

.NOTPARALLEL: build pack

help:
@echo "Usage:"
@echo " make build"
Expand Down

0 comments on commit 45e3ba2

Please sign in to comment.