build: Build make build
and make pack
sequentially
Building multiple targets in parallel may cause docker race conditions.
This commit is contained in:
parent
a7efcb729e
commit
1d6af45cac
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)
|
.PHONY: clean help download_packages build build-docker-image $(ALL_TARGETS) $(ALL_PACK_TARGETS)
|
||||||
|
|
||||||
|
.NOTPARALLEL: build pack
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Usage:"
|
@echo "Usage:"
|
||||||
@echo " make build"
|
@echo " make build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user