Skip to content

Commit c1ae927

Browse files
committed
dashboard: set GOROOT_BOOTSTRAP for dragonfly-amd64 and freebsd-arm
Updates golang/go#21191 Change-Id: I09854a99c17dec204ee3a1f7c197bb7b69895979 Reviewed-on: https://go-review.googlesource.com/53491 Reviewed-by: Yuval Pavel Zholkover <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent e47c447 commit c1ae927

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dashboard/builders.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,14 @@ var Hosts = map[string]*HostConfig{
147147
"host-dragonfly-amd64-tdfbsd": &HostConfig{
148148
IsReverse: true,
149149
ExpectNum: 1,
150+
env: []string{"GOROOT_BOOTSTRAP=/usr/local/go"},
150151
ReverseAliases: []string{"dragonfly-amd64"},
151152
OwnerGithub: "tdfbsd",
152153
},
153154
"host-freebsd-arm-paulzhol": &HostConfig{
154155
IsReverse: true,
155156
ExpectNum: 1,
157+
env: []string{"GOROOT_BOOTSTRAP=/usr/home/paulzhol/go1.4"},
156158
ReverseAliases: []string{"freebsd-arm-paulzhol"},
157159
OwnerGithub: "paulzhol",
158160
},

0 commit comments

Comments
 (0)