summaryrefslogtreecommitdiffstats
path: root/ci/build-all-defconfigs.sh
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-06 15:18:26 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-06 15:18:32 +1000
commit94ec86a40d9a58cee8e8333229e15fff8a19d64d (patch)
treea19893a1de4c0d89aad30c48b7e6045c5fdd8f47 /ci/build-all-defconfigs.sh
parentae0d13e59693667b45dcce12a9229346b7266f33 (diff)
downloadblackbird-op-build-94ec86a40d9a58cee8e8333229e15fff8a19d64d.tar.gz
blackbird-op-build-94ec86a40d9a58cee8e8333229e15fff8a19d64d.zip
ci: Set BR2_DL_DIR & BR2_CCACHE_DIR
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ci/build-all-defconfigs.sh')
-rwxr-xr-xci/build-all-defconfigs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/build-all-defconfigs.sh b/ci/build-all-defconfigs.sh
index f8b1cd4a..92db7881 100755
--- a/ci/build-all-defconfigs.sh
+++ b/ci/build-all-defconfigs.sh
@@ -30,6 +30,11 @@ fi
shopt -s expand_aliases
source op-build-env
+if [ -n "$DL_DIR" ]; then
+ unset BR2_DL_DIR
+ export BR2_DL_DIR=${DL_DIR}
+fi
+
for i in ${DEFCONFIGS[@]}; do
op-build $i
echo 'BR2_CCACHE=y' >> output/.config
OpenPOWER on IntegriCloud