mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:09:58 +00:00
TUN-8118: Disable FIPS module to build with go-boring without CGO_ENABLED
This commit is contained in:
6
.teamcity/mac/install-cloudflare-go.sh
vendored
6
.teamcity/mac/install-cloudflare-go.sh
vendored
@@ -3,11 +3,7 @@ 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
|
||||
git checkout -q 34129e47042e214121b6bbff0ded4712debed18e
|
||||
./make.bash
|
||||
../install-cloudflare-go.sh
|
||||
|
||||
export PATH="/tmp/go/bin:$PATH"
|
||||
go version
|
||||
|
Reference in New Issue
Block a user