]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: enable c-archive test on darwin/arm64
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 20 Apr 2015 15:32:11 +0000 (11:32 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 20 Apr 2015 15:56:56 +0000 (15:56 +0000)
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>
src/cmd/dist/test.go

index 8a0c692f1aadfee8ea65c8c130d58ee8542c51e3..4a6688b8f6cfd1d1f1d97051fe91ffd37ac7a1cc 100644 (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