01a95fc6ca
Qemu and kubernetes build failed to build under a 3 GB ramdisk. The 6 GB ramdisk was ok. Increase the minimum resources for these packages to 6 GB. Closes-bug: 1964980 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: I6027a4c02c15ef87a405ad300e967499c103b452
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
VERSION=1.22.5
|
|
TAR_NAME=kubernetes
|
|
TAR="$TAR_NAME-v$VERSION.tar.gz"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
|
BUILD_IS_BIG=6
|