]> Cypherpunks repositories - gostls13.git/commitdiff
undo CL 13632053 / dc7bfe0f022d
authorRuss Cox <rsc@golang.org>
Wed, 11 Sep 2013 18:35:08 +0000 (14:35 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Sep 2013 18:35:08 +0000 (14:35 -0400)
It was never going to last.

««« original CL description
cmd/api: break the builds

There is some question about whether the api tool is
running on Windows (see issue 6124), and now I'm
starting to question whether it runs on any of the builders,
since both darwin/amd64 and linux/amd64 are crashing for me
in the api tool due to a recent cgo-related change, and yet
the dashboard is happy.

If the dashboard is still happy after this CL, we have a problem.

Update #6124

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/13632053
»»»

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/13474045

src/cmd/api/goapi.go

index 320474368f7da00c7b707a8c76e604502bdee0a2..7102e9d409af21086e57beefb88d90cb8b12626e 100644 (file)
@@ -110,8 +110,6 @@ func setContexts() {
 func main() {
        flag.Parse()
 
-       panic("yes, the api checks are really running")
-
        if !strings.Contains(runtime.Version(), "weekly") && !strings.Contains(runtime.Version(), "devel") {
                if *nextFile != "" {
                        fmt.Printf("Go version is %q, ignoring -next %s\n", runtime.Version(), *nextFile)