damus-io / nostrdb

The unfairly fast embedded nostr database backed by lmdb
Other
87 stars 15 forks source link

nostrdb is broken on 32-bit architectures #29

Open jb55 opened 3 months ago

jb55 commented 3 months ago

I tried to get notedeck working on armeabi-v7a (old android tablet) but it seems completely broken. I think we have some 64-bit assumpsions hardcoded somewhere.

First thing we will need to do is get an armeabi-v7a build going here on ci somehow.