-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime/cgo: cgo is broken on freebsd/arm #10119
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
Labels
Milestone
Comments
davecheney
added a commit
that referenced
this issue
Mar 9, 2015
Updates #10119 Temporarily disable cgo by default to get the freebsd/arm builder running again. Change-Id: I4de1f896fcac650184df77c692b102ea6fb73bba Reviewed-on: https://go-review.googlesource.com/7125 Reviewed-by: Andrew Gerrand <adg@golang.org>
Anybody have an SSH-accessible FreeBSD ARM system, or simple directions for how to run one in an emulator? |
Dave got me access to one. I confirmed that cgo still breaks at tip. Trying to git bisect it to narrow down. ARM systems are so slow that even O(log n) takes a long time. |
CL https://golang.org/cl/13161 mentions this issue. |
CL https://golang.org/cl/13162 mentions this issue. |
rsc
added a commit
that referenced
this issue
Aug 5, 2015
Now that it works we need to turn it back on. Fixes #10119. Change-Id: I9c62d3026f7bb62c49a601ad73f33bf655372915 Reviewed-on: https://go-review.googlesource.com/13162 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: