build: Build make build
and make pack
sequentially
Building multiple targets in parallel may cause docker race conditions.
This commit is contained in:
parent
0971bfc768
commit
45e3ba25cd
2
Makefile
2
Makefile
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user