mirror of https://github.com/golang/go.git
cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
The gccgo on the builder is not updated to support runtime/cgo Updates #60306 Change-Id: If0fb1ccdf589cc9741f6a065bacfa4f06e64ec15 Reviewed-on: https://go-review.googlesource.com/c/go/+/501435 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: Benny Siegert <bsiegert@gmail.com> Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
This commit is contained in:
parent
ea51e92c8a
commit
688d75b14f
|
|
@ -9,6 +9,9 @@ go build
|
|||
|
||||
[!exec:gccgo] skip
|
||||
|
||||
# TODO: remove once gccgo on builder is updated
|
||||
[GOOS:aix] [GOARCH:ppc64] skip
|
||||
|
||||
go build -compiler gccgo
|
||||
|
||||
-- go.mod --
|
||||
|
|
|
|||
Loading…
Reference in New Issue