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:
Cuong Manh Le 2023-06-07 10:18:06 +07:00 committed by Gopher Robot
parent ea51e92c8a
commit 688d75b14f
1 changed files with 3 additions and 0 deletions

View File

@ -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 --