diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-08-29 12:48:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-29 12:48:20 +0000 |
commit | 24fbcdb907ad584d4333a3428d06eff9ef7a2d5f (patch) | |
tree | a725a4d075f74c620c5b14fc82792ab419ca0e8f | |
parent | d4f2f2a03cc7c6e0b9af49d18cc9c08c68306ca5 (diff) | |
parent | d6251356aac4fdb8fbcb2893d5072ea16500bd93 (diff) |
Merge "build: cache: Allow LOCAL_CACHE_ARCH_NAME override"
-rwxr-xr-x | ci/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh index 62abba173..82049cdcd 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -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 |