From patchwork Tue Dec 24 12:58:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2666 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47hxB63fVYz3xXs for ; Tue, 24 Dec 2019 12:59:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47hxB42sGYz36l; Tue, 24 Dec 2019 12:59:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47hxB41Wrwz2yCJ; Tue, 24 Dec 2019 12:59:08 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47hxB150HLz2yCC for ; Tue, 24 Dec 2019 12:59:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47hxB1420Sz2pN; Tue, 24 Dec 2019 12:59:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1577192345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ohBkWyDTjjhpLLt5vSwIhu3Cbo5dueO2VPmMnR+a0rg=; b=Mqd/7TnPYjraTy2C0B2th9KHDcRXZi4kN7fBC2dGE/fPILrmVGQO2C4XW6sr20tNJGww+s woIQwyCkAQtsDLBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1577192345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ohBkWyDTjjhpLLt5vSwIhu3Cbo5dueO2VPmMnR+a0rg=; b=P14HwOPum4TQO9Wv7NWrr0RNPZGMZXMjCJ4q0raaVMPvLFjv18Hwf7ZWnX+nQtgUPv3rcm EenVlgh3GMBhliN5H6zJf411yrloAJkuUNOsfizg1uFiNWvvokbgNV6od/HKhfMO6YqyQe hQOXuOdjnncM+TnTyFFnkSKWqljpEDldBHZRITbxkr6maeK7zHxg+pQWo5J0cChrtldCRj VqV07Mom7W2qriG7O4kkxRim1jqmX3QqQ0I9K1CH8EejcUHsDLUOTMGvYRQE5U1iDA4pO5 dLgRfUfavBbYPTdPbrCM94OS8cH31WQgjGVmADRqXGZ8CvPsr4ZC/yY8FDCVWw== 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> References: <20191224125854.11552-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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}" \