summaryrefslogtreecommitdiff
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
commitfebd3948b39a4aafdd54c4e4d9f9407d21e2b16f (patch)
tree272b0347da701527c1033d135e58a1e53b0eec8c /src/run.bat
parentc358763bc09ade48da01448a6c0ac565bf751f6b (diff)
downloadgo-febd3948b39a4aafdd54c4e4d9f9407d21e2b16f.tar.gz
build: disable cgo on windows
Update issue 4955. R=golang-dev CC=golang-dev https://codereview.appspot.com/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 3f950f541..5f7164a0c 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