mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 14:04:22 +01:00
kata-deploy-cc: Do a serial build of the payload
Every now and then we've been hitting issues with parallel builds. in order to not rely on lucky for the first release, let's do a serial build of the payload image. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -74,7 +74,7 @@ install-tarball:
|
||||
cc-payload: cc-tarball
|
||||
$(MK_DIR)kata-deploy-build-and-upload-payload.sh $(CURDIR)/kata-static.tar.xz
|
||||
|
||||
cc-tarball: | cc-parallel merge-builds
|
||||
cc-tarball: | cc merge-builds
|
||||
|
||||
cc-parallel: $(MK_DIR)/dockerbuild/install_yq.sh
|
||||
${MAKE} -f $(MK_PATH) cc -j$$(( $$(nproc) - 1 )) V=
|
||||
|
||||
Reference in New Issue
Block a user