mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Updated PortingPolicy (markdown)
parent
8e55d7f30f
commit
7b425934d2
@ -40,6 +40,17 @@ A first class port has these properties:
|
|||||||
|
|
||||||
Graduating a port to "first class" is at the discretion of the Go team at Google.
|
Graduating a port to "first class" is at the discretion of the Go team at Google.
|
||||||
|
|
||||||
|
The current first class ports are:
|
||||||
|
|
||||||
|
* linux/amd64
|
||||||
|
* linux/386
|
||||||
|
* linux/arm
|
||||||
|
* darwin/amd64
|
||||||
|
* windows/amd64
|
||||||
|
* windows/386
|
||||||
|
|
||||||
|
We distribute binaries for other GOOS/GOARCH pairs (other "ports"), but they are not "first class" by this definition.
|
||||||
|
|
||||||
# Removing a port
|
# Removing a port
|
||||||
|
|
||||||
If a builder for a particular port starts failing, the code should be corrected as soon as possible; otherwise future regressions cannot be detected, and the amount of work required to bring the builder back to "ok" compounds.
|
If a builder for a particular port starts failing, the code should be corrected as soon as possible; otherwise future regressions cannot be detected, and the amount of work required to bring the builder back to "ok" compounds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user