Skip to content
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

fix: appimage bundle fails due to incompatible binaries in linux, Fix mac m1 sign issues #174

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

abose
Copy link
Member

@abose abose commented Jan 15, 2024

Linux fixes

LMDB pulls in binaries that contain musl based libs instead of glibc. since all debina destors use glibc and not musl, removing this repo will have no effect on ubuntu/debial and derivatives.

Appimages currently need glibc to work, so the appimage itself wont load in all distros that doesnt have glibc even withouit this dependency:

  1. Support musl-based AppImages AppImage/AppImageKit#1112
  2. Make AppImages run on Alpine AppImage/AppImageKit#1015

So its safe to remove the files as appimage wont work anyway in distros that doesnt support glibc.

Mac fixes

Added binaries for mac m1 signature.

@abose abose changed the title fix: appimage bundle fails due to incompatible binaries in linux fix: appimage bundle fails due to incompatible binaries in linux, Fix mac m1 sign issues Jan 15, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@abose abose merged commit 575ff37 into main Jan 15, 2024
4 checks passed
@abose abose deleted the x branch January 15, 2024 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant