1
0
mirror of https://github.com/golang/go synced 2024-11-05 16:46:10 -07:00

cmd/dist: enable c-archive test on darwin/arm64

Turns out all the necessary pieces have already been submitted.

Change-Id: I19c8d614cd756821ce400ca7a338029002780b18
Reviewed-on: https://go-review.googlesource.com/9076
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-04-20 11:32:11 -04:00
parent 98f610fe09
commit 3f4de49d0a

View File

@ -381,8 +381,7 @@ func (t *tester) buildmode(mode string) bool {
return false
case t.goos == "darwin":
switch t.goarch {
case "amd64", "arm":
// TODO(crawshaw): add darwin/arm64
case "amd64", "arm", "arm64":
return true
default:
return false