Skip to content

Commit

Permalink
dashboard: add nocgo SlowBot alias
Browse files Browse the repository at this point in the history
Fixes golang/go#42105.

Change-Id: Ia36035e0e86a585d2a1ec5baac451c7219dbda79
Reviewed-on: https://go-review.googlesource.com/c/build/+/264634
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
  • Loading branch information
dmitshur committed Oct 24, 2020
1 parent aaee236 commit d43b1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Expand Up @@ -74,6 +74,7 @@ var slowBotAliases = map[string]string{
"netbsd-amd64": "netbsd-amd64-9_0",
"netbsd-arm": "netbsd-arm-bsiegert",
"netbsd-arm64": "netbsd-arm64-bsiegert",
"nocgo": "linux-amd64-nocgo",
"openbsd": "openbsd-amd64-64",
"openbsd-386": "openbsd-386-64",
"openbsd-amd64": "openbsd-amd64-64",
Expand Down

0 comments on commit d43b1a5

Please sign in to comment.