Skip to content

Commit

Permalink
TUN-8072: Need to set GOCACHE in mac go installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
chungthuang committed Dec 20, 2023
1 parent 86b50ed commit 00cd7c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .teamcity/mac/install-cloudflare-go.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 00cd7c3

Please sign in to comment.