-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
openbsd/mips64: x/sys incompatible with main repo #58110
Comments
Change https://go.dev/cl/463856 mentions this issue: |
Reopening, since the underlying issue was never fixed as far as I can tell. I'm going to mark this port as broken per https://go.dev/wiki/PortingPolicy#broken-ports: the build is completely broken. cc @golang/openbsd |
Change https://go.dev/cl/482115 mentions this issue: |
The former was broken deliberately; see #58110. The latter is just an in-progress port. Updates #58110, #56001. Change-Id: I7f1c5e2ac016fb7c65c081174d19239fc9b1ea32 Reviewed-on: https://go-review.googlesource.com/c/go/+/482115 Auto-Submit: Heschi Kreinick <heschi@google.com> TryBot-Bypass: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Change https://go.dev/cl/512475 mentions this issue: |
Change https://go.dev/cl/518655 mentions this issue: |
This should allow the dashboard and trybots to still provide useful results. Also add known issues for openbsd/mips64. Updates golang/go#58110 Updates golang/go#61925 Change-Id: I102f4e913cddc38dc617972d1da8cc291cda0a0b Reviewed-on: https://go-review.googlesource.com/c/build/+/518655 Run-TryBot: Joel Sing <joel@sing.id.au> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
CL 459497 was submitted to x/sys with the result that x/sys cannot be imported into the main repo without breaking
GOOS=openbsd GOARCH=mips64 ./make.bash
. This blocks all non-openbsd development from importing a new x/sys, which in turns blocks importing a new x/tools and x/net. This is of course not a viable development state.Deferring to the openbsd-mips64 maintainers' decision on that CL that this breakage is the best possible state of affairs, the response for the main repo should be to remove openbsd-mips64 from the misc-compile-openbsd builder, which I will do.
The text was updated successfully, but these errors were encountered: