-
Notifications
You must be signed in to change notification settings - Fork 72
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
auditwheel repair requires patchelf >= 0.14. #66
Comments
Ah that's a pain, thanks for letting me know! That autditwheel stuff was pretty hacky, I've removed it in the dev branch: master...dev It'll probably be easier to cut a new release from |
(And in the meantime if you git checkout dev
make build that should work.) |
i didn't realized there are multi branches :-) |
No problem: I wouldn't recommend people using any other branches cause sometimes I try out and revert experimental features, but the automated CI tests seem to be passing! Other options are to rollback to an older version of opentopodata git checkout master
git checkout b3f34f517 or use the apple-silicon.Dockerfile image (which despite the name also works for x86/linux/windows, it's just slower to build and larger): make build-m1 |
This is now fixed in master, sorry you had to deal with a broken image, and thank you so much for bringing it to my attention! |
Get:63 http://deb.debian.org/debian bullseye/main amd64 patchelf amd64 0.12-1 [61.9 kB]
⬆️ this seems to be the issue. is this on my end?
then
docker system prune
and retried, but same outcometim@virtual:~/rails/opentopodata$ docker system prune
The text was updated successfully, but these errors were encountered: