]> Cypherpunks repositories - gostls13.git/commit
cmd/link: unskip TestBuildForTvOS on dwarin/arm64
authorCherry Mui <cherryyz@google.com>
Thu, 28 Sep 2023 02:13:58 +0000 (22:13 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 28 Sep 2023 15:31:13 +0000 (15:31 +0000)
commit9d3cc85e51d8285556b818a44dce0fce94f261fe
tree10c6b0d079ce0cfb19755a7d7c959a85ef3f9a40
parent0ba8ef4702a8b9fea83c22322174c5ab6c5873c0
cmd/link: unskip TestBuildForTvOS on dwarin/arm64

TestBuildForTvOS currently runs only on darwin/amd64. It can also
run on darwin/arm64, if the SDK is installed. Unskip the test.

Also add logging for the build commands it runs.

For #63203.

Change-Id: Id41d2e1879f5d39d239f0586d836d33accf5efbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/531555
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/link/link_test.go