From: Michael Tremer Date: Tue, 24 Dec 2019 12:58:54 +0000 (+0000) Subject: Go: Move the cache to the ccache directory X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=486112adf8d78b73d2fe639ff43f5d702d7eb4b6;p=people%2Fstevee%2Fipfire-2.x.git Go: Move the cache to the ccache directory Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/make.sh b/make.sh index 538d94ace9..88274eed0c 100755 --- a/make.sh +++ b/make.sh @@ -556,6 +556,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}" \