-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/exp/shiny: won't build on loong64 #70855
Comments
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Nice do you want do send a patch ? |
@Jorropo Would be delighted to - Here's a patch against the
|
@justledbetter the simplest way is for you to open a pr at https://github.com/golang/exp/compare we have a bot that will upload to our tracker. If I send your diff I guess it'll count as mine and then I don't think I can review it. |
Gotcha! Should be done in golang/exp#77 :) |
Change https://go.dev/cl/636695 mentions this issue: |
Go version
go version go1.23.4 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Using a very simple example:
What did you see happen?
It works on the platforms defined in the buildtags, but not loong64:
What did you expect to see?
Simple fix seems to be to modify the source:
The text was updated successfully, but these errors were encountered: