autobuild: Export EXTERNAL_MAKE_HUGEMEM if set
EXTERNAL_MAKE_HUGEMEM can be currently used from the external_code suite. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I4359edc62ebdee91b261133877523c52175cb248 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8059 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
3a53213fb3
commit
860a61f6eb
@ -14,6 +14,10 @@ source "$1"
|
||||
source "$rootdir/test/common/autotest_common.sh"
|
||||
source "$rootdir/scripts/common.sh"
|
||||
|
||||
if [[ -n $EXTERNAL_MAKE_HUGEMEM ]]; then
|
||||
export EXTERNAL_MAKE_HUGEMEM
|
||||
fi
|
||||
|
||||
out=$output_dir
|
||||
if [ -n "$SPDK_TEST_NATIVE_DPDK" ]; then
|
||||
scanbuild_exclude=" --exclude $(dirname $SPDK_RUN_EXTERNAL_DPDK)"
|
||||
|
Loading…
Reference in New Issue
Block a user