Skip to content

Commit

Permalink
dashboard: freebsd-riscv64 bootstrap from local
Browse files Browse the repository at this point in the history
The port of freebsd-riscv64 is still working in progresss
means bootstrap binary from GCP is unavailable for now.

For golang/go#53466

Change-Id: I81ee945e0f0bc95be980e1f2a3d5f61c42e37f28
Reviewed-on: https://go-review.googlesource.com/c/build/+/434295
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
mengzhuo committed Sep 27, 2022
1 parent 4e128fc commit cbf6b04
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,14 @@ var Hosts = map[string]*HostConfig{
Owners: []*gophers.Person{gh("dmgk")},
},
"host-freebsd-riscv64-unmatched": {
IsReverse: true, // afaik
ExpectNum: 1, // actually unspecified
Notes: "SiFive HiFive Unmatched RISC-V board. 16 GB RAM.",
Owners: []*gophers.Person{gh("mengzhuo")},
IsReverse: true,
ExpectNum: 1,
Notes: "SiFive HiFive Unmatched RISC-V board. 16 GB RAM. FreeBSD 13.1-RELEASE",
Owners: []*gophers.Person{gh("mengzhuo")},
GoBootstrap: "none",
env: []string{
"GOROOT_BOOTSTRAP=/home/gopher/go-freebsd-riscv64-bootstrap",
},
},
"host-illumos-amd64-jclulow": {
Notes: "SmartOS [email protected] zone",
Expand Down

0 comments on commit cbf6b04

Please sign in to comment.