Skip to content

Commit 4cb5942

Browse files
heschigopherbot
authored andcommitted
dashboard: ignore missing openbsd trybot
Port is still in progress. Updates golang/go#56001. Change-Id: Ib48e4bca9279a2bb78799a12613cfe12300e93c4 Reviewed-on: https://go-review.googlesource.com/c/build/+/477816 Auto-Submit: Heschi Kreinick <heschi@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent 97ad0ce commit 4cb5942

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dashboard/builders_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ func TestTryBotsCompileAllPorts(t *testing.T) {
949949
// when the work of adding a new port is actively underway.
950950
knownMissing := map[string]bool{
951951
"openbsd-mips64": true, // go.dev/issue/58110
952+
"openbsd-ppc64": true, // go.dev/issue/56001
952953
}
953954

954955
var done = make(map[string]bool)

0 commit comments

Comments
 (0)