Skip to content

Commit 65ce2dd

Browse files
committed
dashboard: restore darwin-386 buidler
Fixes golang/go#17009 Change-Id: Ia9008bcb7b47b7671c158c1a00afc4e765805e4e Reviewed-on: https://go-review.googlesource.com/41617 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 4f5eef0 commit 65ce2dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dashboard/builders.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,12 @@ func init() {
10071007
numTestHelpers: 2,
10081008
numTryTestHelpers: 3,
10091009
})
1010+
addBuilder(BuildConfig{
1011+
Name: "darwin-386-10_11",
1012+
HostType: "host-darwin-10_11",
1013+
MaxAtOnce: 1,
1014+
env: []string{"GOARCH=386", "GOHOSTARCH=386"},
1015+
})
10101016
addBuilder(BuildConfig{
10111017
Name: "darwin-amd64-10_12",
10121018
HostType: "host-darwin-10_12",

0 commit comments

Comments
 (0)