mirror of https://github.com/golang/go.git
build: disable cgo on windows
Update #4955. R=golang-dev CC=golang-dev https://golang.org/cl/7435049
This commit is contained in:
parent
418dd410db
commit
2202663a93
|
|
@ -72,6 +72,8 @@ if errorlevel 1 goto fail
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
:: cgo tests
|
:: cgo tests
|
||||||
|
:: issue 4955 - cgo is broken
|
||||||
|
goto nocgo
|
||||||
if x%CGO_ENABLED% == x0 goto nocgo
|
if x%CGO_ENABLED% == x0 goto nocgo
|
||||||
echo # ..\misc\cgo\life
|
echo # ..\misc\cgo\life
|
||||||
go run %GOROOT%\test\run.go - ..\misc\cgo\life
|
go run %GOROOT%\test\run.go - ..\misc\cgo\life
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue