-
Notifications
You must be signed in to change notification settings - Fork 6
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
linking problem on alpine with matrix-sdk-crypto-nodejs #19
Comments
Hello, Sorry for the late reply. Did you compile |
I download it, compile and replace the dir It is a kind of ugly hack as it needs to be manually synchronized with the version appearing in package.json at each new revision, but this works and it is stable on alpine. |
as i am running into the same problem, how can it be fixed? We don't event need it, at the moment, but since it is a dependency of matrix-bot-sdk, i would like to get it working somehow :) |
Hi, you might not want to use ubuntu here https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/blob/main/.github/workflows/release.yml#L54-L56 Just revisited this because i would like to be able to use alpine for Draupnir to shrink the image size a little the-draupnir-project/Draupnir#595 |
On alpine 3.16 I had to rebuild
matrix-sdk-crypto-nodejs
(v0.1.0-beta.1) and overwrite thematrix-sdk-crypto.linux-x64-musl.node
which is downloaded bydownload-lib.js
when trying to runmatrix-hookshot
, because of that dynamic linking error :Specifically this is object dependencies of the the original lib
And this is for the rebuilt one
Is this a cross-compile issue ?
The text was updated successfully, but these errors were encountered: