-
-
Notifications
You must be signed in to change notification settings - Fork 226
Build fails for arm/v7 due to Int/uint overflows #2837
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
Comments
17 tasks
Reproducible with go1.24.1.linux-amd64 while cross-compiling for bionic i686 target. |
Same happens with go1.24.2. |
We don't use these systems but we'd happily take a contribution here. |
thunder-coding
added a commit
to termux/termux-packages
that referenced
this issue
May 21, 2025
This patch should fix builds for i686 architecture and fixes an upstream issue dolthub/go-mysql-server#2837
This was referenced May 21, 2025
thunder-coding
added a commit
to termux/termux-packages
that referenced
this issue
May 21, 2025
This patch should fix builds for i686 architecture and fixes an upstream issue dolthub/go-mysql-server#2837
thunder-coding
added a commit
to termux/termux-packages
that referenced
this issue
May 25, 2025
This patch should fix builds for i686 architecture and fixes an upstream issue dolthub/go-mysql-server#2837
thunder-coding
added a commit
to termux/termux-packages
that referenced
this issue
May 26, 2025
This patch should fix builds for i686 architecture and fixes an upstream issue dolthub/go-mysql-server#2837
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building with for arm, get some overflow errors on some constants.
Output:
The text was updated successfully, but these errors were encountered: