Skip to content

Commit 00cd7c3

Browse files
committed
TUN-8072: Need to set GOCACHE in mac go installation script
1 parent 86b50ed commit 00cd7c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.teamcity/mac/install-cloudflare-go.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
cd /tmp/
2+
rm -rf go
3+
rm -rf gocache
4+
export GOCACHE=/tmp/gocache
5+
26
git clone -q https://github.com/cloudflare/go
37
cd go/src
48
# https://github.com/cloudflare/go/tree/34129e47042e214121b6bbff0ded4712debed18e is version go1.21.5-devel-cf

0 commit comments

Comments
 (0)