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 b8261ec commit bab2ff9Copy full SHA for bab2ff9
dashboard/builders.go
@@ -548,8 +548,8 @@ var Hosts = map[string]*HostConfig{
548
},
549
"host-solaris-oracle-amd64-oraclerel": &HostConfig{
550
Notes: "Oracle Solaris amd64 Release System",
551
- Owner: "", // TODO: find current owner
552
- OwnerGithub: "", // TODO: find current owner
+ Owner: "",
+ OwnerGithub: "rorth", // https://github.com/golang/go/issues/15581#issuecomment-550368581
553
IsReverse: true,
554
ExpectNum: 1,
555
env: []string{"GOROOT_BOOTSTRAP=/opt/golang/go-solaris-amd64-bootstrap"},
0 commit comments