From 00cd7c333ce7e7493a3dff245aa79b0cbbd77090 Mon Sep 17 00:00:00 2001 From: chungthuang Date: Wed, 20 Dec 2023 05:27:34 +0000 Subject: [PATCH] TUN-8072: Need to set GOCACHE in mac go installation script --- .teamcity/mac/install-cloudflare-go.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.teamcity/mac/install-cloudflare-go.sh b/.teamcity/mac/install-cloudflare-go.sh index 587cf20d..2c092430 100755 --- a/.teamcity/mac/install-cloudflare-go.sh +++ b/.teamcity/mac/install-cloudflare-go.sh @@ -1,4 +1,8 @@ cd /tmp/ +rm -rf go +rm -rf gocache +export GOCACHE=/tmp/gocache + git clone -q https://github.com/cloudflare/go cd go/src # https://github.com/cloudflare/go/tree/34129e47042e214121b6bbff0ded4712debed18e is version go1.21.5-devel-cf