Commit 2202663a authored by Russ Cox's avatar Russ Cox

build: disable cgo on windows

Update #4955.

R=golang-dev
CC=golang-dev
https://golang.org/cl/7435049
parent 418dd410
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment