aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-03-01 11:55:00 -0500
committerRuss Cox <rsc@golang.org>2013-03-01 11:55:00 -0500
commit2202663a93bacb1cedf0f807f9b76333ac05e892 (patch)
tree961ce34432186178832b3006ee53b29d65669bbe /src/run.bat
parent418dd410db78d7f3034464db55440d89a08d9318 (diff)
downloadgo-2202663a93bacb1cedf0f807f9b76333ac05e892.tar.gz
go-2202663a93bacb1cedf0f807f9b76333ac05e892.zip
build: disable cgo on windows
Update #4955. R=golang-dev CC=golang-dev https://golang.org/cl/7435049
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat2
1 files changed, 2 insertions, 0 deletions
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