-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test failure on i686 #8
Comments
Yes, 32-bit architecture is supported. This is a test problem - uniques_estimate uses a hash under the hood that differs for 32 and 64 bit architectures. I just pushed a test fix to master, please confirm that tests pass. |
Yes, it seems like that fixed it. Tests pass on the 32-bit runners now: https://github.com/void-linux/void-packages/actions/runs/8333452792/job/22804931888?pr=49358 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a test failure when building v9.2 on i686, with the traceback of:
Is 32-bit arch supported?
The text was updated successfully, but these errors were encountered: