Skip to content

x/build: gotip-freebsd-riscv64 builder is missing #73568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dmitshur opened this issue May 1, 2025 · 2 comments
Open

x/build: gotip-freebsd-riscv64 builder is missing #73568

dmitshur opened this issue May 1, 2025 · 2 comments
Labels
arch-riscv Issues solely affecting the riscv64 architecture. Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmitshur
Copy link
Member

dmitshur commented May 1, 2025

There are currently no bots running at https://ci.chromium.org/ui/p/golang/builders/ci/gotip-freebsd-riscv64.

CC @mengzhuo, @golang/riscv64.

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels May 1, 2025
@dmitshur dmitshur added this to the Unreleased milestone May 1, 2025
@dmitshur dmitshur added the arch-riscv Issues solely affecting the riscv64 architecture. label May 1, 2025
@mengzhuo
Copy link
Contributor

mengzhuo commented May 2, 2025

Yes, I'm working on it, it's quite tricky.

Hardware issue:

  • The old Hifive Unmatched can't be boot now due to EEPROM corrupted
  • I had 4 Visionfive2, but FreeBSD has no ethernet support for them...(https://wiki.freebsd.org/riscv)
  • Only 2 Sifive p550 can work for FreeBSD builder (Had to shared with Linux Megrez builder within kvm)

OS related issue:

  1. FreeBSD 14 has dropped riscv64 pkg repo support which git/python311 can't be install by pkg, got to build by myself
  2. cgo can't work riscv64: can't build on FreeBSD with cgo #73516

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/670595 mentions this issue: main.star: annotate missing riscv64 builders with tracking issues

gopherbot pushed a commit to golang/build that referenced this issue May 7, 2025
It seems these missing builders need some time before they're back.
Annotate them with tracking issues so that there's less purple on
the gotip post-submit console.

For golang/go#73568.
For golang/go#73569.

Change-Id: Ife7e5c49d01dd9a0c35ae508dd75a0ba7b73f1d6
Reviewed-on: https://go-review.googlesource.com/c/build/+/670595
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-riscv Issues solely affecting the riscv64 architecture. Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

3 participants