Closed
Description
The list_constraints
test was introduced in CL 209660. It sets GOOS
to darwin
without setting GOARCH
. The test is broken on builders for architectures that where darwin
is not a valid GOOS
.
Thanks to @cherrymui for calling this out.