mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 08:28:19 +00: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:
parent
fb54dfd648
commit
01e29fc1fd
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user