We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4bcd6 commit c15e927Copy full SHA for c15e927
dashboard/builders.go
@@ -27,6 +27,7 @@ var slowBotAliases = map[string]string{
27
// Known missing builders:
28
"darwin-arm": "", // TODO(golang.org/issue/37611): Remove once port is removed.
29
"darwin-arm64": "", // TODO(golang.org/issue/39782): Add builder for darwin/arm64.
30
+ "ios-amd64": "", // There is no builder for the iOS Simulator. See issues 42100 and 42177.
31
32
"386": "linux-386",
33
"aix": "aix-ppc64",
0 commit comments