mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-02 15:17:31 -04:00
unix: delete darwin/386 and darwin/arm code
This repo supports two Go releases, Go 1.15 and 1.16 (and tip). The darwin/386 and darwin/arm ports are dropped in Go 1.15. And these ports already do not build even with Go 1.14. Delete them. Change-Id: Ib15e7c35059967803a1d5f086b00fbfed53a9b33 Reviewed-on: https://go-review.googlesource.com/c/sys/+/316769 Trust: Cherry Mui <cherryyz@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build (darwin && go1.12 && amd64) || (darwin && go1.12 && 386)
|
||||
// +build darwin,go1.12,amd64 darwin,go1.12,386
|
||||
//go:build darwin && go1.12 && amd64
|
||||
// +build darwin,go1.12,amd64
|
||||
|
||||
package unix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user