mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-01 06:46:44 -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,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 && amd64) || (darwin && 386) || dragonfly || freebsd || linux || solaris
|
||||
// +build darwin,amd64 darwin,386 dragonfly freebsd linux solaris
|
||||
//go:build (darwin && amd64) || dragonfly || freebsd || linux || solaris
|
||||
// +build darwin,amd64 dragonfly freebsd linux solaris
|
||||
|
||||
package unix_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user