From 2202663a93bacb1cedf0f807f9b76333ac05e892 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 1 Mar 2013 11:55:00 -0500 Subject: [PATCH] build: disable cgo on windows Update #4955. R=golang-dev CC=golang-dev https://golang.org/cl/7435049 --- src/run.bat | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.48.1