From 80f8f6fd76beeb53e19209ffa6acb5c9036eca94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 29 Nov 2021 13:56:39 +0100 Subject: turris: ccache build is broken for now so let's disable it --- templates/turris.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/turris.run b/templates/turris.run index 0e98531..3834451 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