From 70912d921fd67b9b34bb28cddfa25eec4e54b3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Aug 2018 15:51:03 +0200 Subject: turris4x: try to fix ccache and git mirror --- templates/turris4x.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index e2df6dc..8a8b9db 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -18,8 +18,8 @@ mkdir openwrt cd openwrt echo ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare GIT_MIRROR="$WORKSPACE/mirror" \ - CCACHE_HOST_DIR="$WORKSPACE/mirror" \ - CCACHE_TARGET_DIR="" \ + CCACHE_HOST_DIR="$WORKSPACE/ccache-host" \ + CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" \ ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare echo_stage "Add our repository as feed" -- cgit v1.2.3