Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- make.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/make.sh b/make.sh index 34eae1cbb..f18284e83 100755 --- a/make.sh +++ b/make.sh @@ -554,6 +554,7 @@ enterchroot() { CCACHE_DIR=/usr/src/ccache \ CCACHE_COMPRESS="${CCACHE_COMPRESS}" \ CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ + GOCACHE="/usr/src/ccache/go" \ KVER="${KVER}" \ XZ_OPT="${XZ_OPT}" \ DEFAULT_PARALLELISM="${DEFAULT_PARALLELISM}" \