-
Notifications
You must be signed in to change notification settings - Fork 350
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
Integer overflow when building for ARM7 #133
Comments
This seems to be related to antlr/antlr4#2433 |
@niallnsec So we have to do this every time antler4 done generating parsers ? |
Yeah we would have to apply the patch every time the parsers are regenerated. I think we could automate the process with a go generate tag though. |
Confirmed that I can now build for ARM7 - thanks for the quick turnaround! |
Building a target for ARM7 (
go build env GOOS=linux GOARCH=arm GOARM=7 ...
) with a project that depends ongrule-rule-engine
v1.6.2 fails with the following error:The text was updated successfully, but these errors were encountered: