]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Go: Move the cache to the ccache directory
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Dec 2019 12:58:54 +0000 (12:58 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 12 Jan 2020 08:19:39 +0000 (08:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 538d94ace97aa0acd6a30a41900b4ba0a32b281e..88274eed0caf69d6cbaa57e98276dece7071d96d 100755 (executable)
--- 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}" \