-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
sync server v25.02 can not be build static on armv7 anymore #3819
Comments
@mikehardy AnkiDroid still targets arm7, right? If it's still working there, perhaps this is just an issue with the docker environment. |
Hey @dae - can't say whether anyone has actually tested this and sees it running still by loading up the APK and using it, or whether we build all the things required to say syncserver is working or not but yes, we do generate an armeabi-v7a artifact still: backend build with target list, includes armeabi-v7a Our built artifacts on front-end, consuming that library: https://github.com/ankidroid/Anki-Android/releases/tag/v2.21alpha13 |
The anki sync server can not be build static on armv7 anymore, since release 25.02.
I get the error message that
library not found: dl
.This error does not occur on armv8 or amd64.
Build the following docker image for armv7 with
docker build --platform linux/arm/v7 --build-arg version=25.02 .
.https://github.com/LuckyTurtleDev/docker-images/blob/862887d9fb58f06c40c360e7a93ace74256ce813/dockerfiles/anki/Dockerfile
docker build --platform linux/arm/v7 --build-arg version=24.11 .
worksdocker build --platform linux/arm/v7 --build-arg version=25.02 .
faildocker build --platform linux/arm64/v8 --build-arg version=25.02 .
worksdocker build --platform linux/amd64 --build-arg version=25.02 .
worksFull error message:
The text was updated successfully, but these errors were encountered: