mirror of
https://github.com/golang/go
synced 2024-11-21 18:54:43 -07:00
api: add FreeBSD to go1 API
Now that gri has made go/parser 15% faster, I offer this change to slow back down cmd/api ~proportionately, adding FreeBSD to the go1-checked set of platforms. Really we should have done this earlier. This will prevent us from breaking FreeBSD compatibility accidentally in the future. R=golang-dev, r CC=golang-dev https://golang.org/cl/6279044
This commit is contained in:
parent
0e45890c8b
commit
b7c2ade696
4069
api/go1.txt
4069
api/go1.txt
File diff suppressed because it is too large
Load Diff
@ -57,6 +57,8 @@ var contexts = []*build.Context{
|
||||
{GOOS: "darwin", GOARCH: "amd64"},
|
||||
{GOOS: "windows", GOARCH: "amd64"},
|
||||
{GOOS: "windows", GOARCH: "386"},
|
||||
{GOOS: "freebsd", GOARCH: "amd64"},
|
||||
{GOOS: "freebsd", GOARCH: "386"},
|
||||
}
|
||||
|
||||
func contextName(c *build.Context) string {
|
||||
|
Loading…
Reference in New Issue
Block a user