Merge "build: cache: Allow LOCAL_CACHE_ARCH_NAME override"
authorJonas Bjurel <jonas.bjurel@ericsson.com>
Mon, 29 Aug 2016 12:48:19 +0000 (12:48 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 29 Aug 2016 12:48:20 +0000 (12:48 +0000)
ci/build.sh

index 62abba1..82049cd 100755 (executable)
@@ -111,7 +111,7 @@ SCRIPT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
 BUILD_BASE=$(readlink -e ${SCRIPT_DIR}/../build/)
 RESULT_DIR="${BUILD_BASE}/release"
 BUILD_SPEC="${BUILD_BASE}/config.mk"
-LOCAL_CACHE_ARCH_NAME="fuel-cache"
+LOCAL_CACHE_ARCH_NAME="${LOCAL_CACHE_ARCH_NAME:-fuel-cache}"
 
 #
 # END of variables to customize