From a2379f12e75068ffe88df6d6deb038aeba4a7e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 9 Dec 2021 15:38:28 +0100 Subject: Revert "turris: ccache build is broken for now so let's disable it" This reverts commit 80f8f6fd76beeb53e19209ffa6acb5c9036eca94. --- templates/turris.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/turris.run b/templates/turris.run index 3834451..0e98531 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -51,8 +51,8 @@ else cat > .turris-build.conf <<-EOF GIT_MIRROR="$TWORKSPACE/openwrt-git-mirror" DL_MIRROR="$TWORKSPACE/openwrt-dl-mirror" - #CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" - #CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" + CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" + CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" EOF ../turris-build/compile_pkgs -t "$BOARD" -p "$ANIMAL" $compile_params \ prepare_tools autopkg -- cgit v1.2.3