diff options
author | Karel Kočí <cynerd@email.cz> | 2021-12-09 15:38:28 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-12-09 15:38:28 +0100 |
commit | a2379f12e75068ffe88df6d6deb038aeba4a7e44 (patch) | |
tree | 8852f15c637aaf32644a97ed034c4864446632da | |
parent | 80f8f6fd76beeb53e19209ffa6acb5c9036eca94 (diff) | |
download | laminar-cnf-a2379f12e75068ffe88df6d6deb038aeba4a7e44.tar.gz laminar-cnf-a2379f12e75068ffe88df6d6deb038aeba4a7e44.tar.bz2 laminar-cnf-a2379f12e75068ffe88df6d6deb038aeba4a7e44.zip |
Revert "turris: ccache build is broken for now so let's disable it"
This reverts commit 80f8f6fd76beeb53e19209ffa6acb5c9036eca94.
-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 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 |