From: Russ Cox Date: Fri, 1 Mar 2013 16:55:00 +0000 (-0500) Subject: build: disable cgo on windows X-Git-Tag: go1.1rc2~743 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2202663a93bacb1cedf0f807f9b76333ac05e892;p=gostls13.git build: disable cgo on windows Update #4955. R=golang-dev CC=golang-dev https://golang.org/cl/7435049 --- diff --git a/src/run.bat b/src/run.bat index 3f950f5414..5f7164a0c9 100644 --- a/src/run.bat +++ b/src/run.bat @@ -72,6 +72,8 @@ if errorlevel 1 goto fail echo. :: cgo tests +:: issue 4955 - cgo is broken +goto nocgo if x%CGO_ENABLED% == x0 goto nocgo echo # ..\misc\cgo\life go run %GOROOT%\test\run.go - ..\misc\cgo\life