You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBeaver users report that starting with DBeaver 25.0.2 (first DBeaver based on Eclipse 2025-03), launching it on Debian 10 on AArch64 is impossible. This happens because Equinox's native executable is dynamically linked against glibc 2.34. I also reproduced this issue on Debian 11 AArch64.
Here, I see that you guys build AArch64 builds on native hardware. Would it be possible to build them in Docker as well? This would allow reusing of swtgtk3nativebuild, hence resolving the issue.
I'm happy to contribute some time to resolve this. I would greatly appreciate your suggestions and guidance.