These settings are currently not provided, and the defaults are
unchanged, so no functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
BUILD_RUNVARS+=" build_lvextend_max=$BUILD_LVEXTEND_MAX "
fi
- for arch in ${BUILD_ARCHES- i386 amd64 armhf arm64 }; do
+ : ${BUILD_ARCHES=`getconfig BuildArches`}
+ for arch in ${BUILD_ARCHES:- i386 amd64 armhf arm64 }; do
if [ "x$arch" = xdisable ]; then continue; fi
;;
esac
- for xenarch in ${TEST_ARCHES- i386 amd64 armhf arm64 } ; do
+ : ${TEST_ARCHES=`getconfig TestArches`}
+ for xenarch in ${TEST_ARCHES:- i386 amd64 armhf arm64 } ; do
if [ "x$xenarch" = xdisable ]; then continue; fi