diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 4 |
1 files 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 |