mirror of
https://github.com/golang/go
synced 2024-11-26 04:37:59 -07:00
builder: label the race builder as "race"
R=golang-dev, adg, dave, rsc, minux.ma, dvyukov CC=golang-dev https://golang.org/cl/6648043
This commit is contained in:
parent
15970c8d6d
commit
08d66439b4
@ -211,6 +211,9 @@ func builderArch(s string) string {
|
|||||||
|
|
||||||
// builderArchShort returns a short arch tag for a builder string
|
// builderArchShort returns a short arch tag for a builder string
|
||||||
func builderArchShort(s string) string {
|
func builderArchShort(s string) string {
|
||||||
|
if s == "linux-amd64-race" {
|
||||||
|
return "race"
|
||||||
|
}
|
||||||
arch := builderArch(s)
|
arch := builderArch(s)
|
||||||
switch arch {
|
switch arch {
|
||||||
case "amd64":
|
case "amd64":
|
||||||
|
Loading…
Reference in New Issue
Block a user