-
Notifications
You must be signed in to change notification settings - Fork 52
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
Running under linux on an M1 mac #95
Comments
I'm having the same issue. Is there a configuration fix or solution? |
Hi @kujeger, thanks for the report. To be honest, I'm not an expert in this area and don't know how to solve it. So if anyone has an idea how to deal with this problem, help is welcome. |
I've checked the error more carefully and realized that the
Maybe it's happening because the build relies on the outdated Ubuntu 14.04. The older version was chosen to ensure wider compatibility of the produced binaries. But maybe this version is too outdated and it's time for an upgrade. |
I think that zonkyio/embedded-postgres-binaries#64 should fix the error, so I'm closing the issue. If not, feel free to reopen it. |
Hi!
Probably a bit of an edge case, but when running this under linux on an M1, there seems to be a page alignment issue with the postgres build:
'io.zonky.test.postgres:embedded-postgres-binaries-linux-arm64v8:14.5.0'
I'm guessing this is because the M1 macs use a 16K page architecture, while some things incorrectly assume arm64 is 4K-pages only.
The official postgres arm64v8 docker images work fine on this machine.
The text was updated successfully, but these errors were encountered: