From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/3] Go: Move the cache to the ccache directory Date: Tue, 24 Dec 2019 12:58:54 +0000 Message-ID: <20191224125854.11552-3-michael.tremer@ipfire.org> In-Reply-To: <20191224125854.11552-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2045315134101222859==" List-Id: --===============2045315134101222859== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- 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}" \ -- 2.20.1 --===============2045315134101222859==--