generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Glibc compatible issue #146
Labels
bug
Something isn't working
Comments
Build binary in |
Build success in
|
Merged
Try manylinux docker images. |
You can also take a look at my auditwheel-symbols tool ❯ auditwheel-symbols ~/Downloads/skia.linux-x64-gnu.node -m 2010
skia.linux-x64-gnu.node is not manylinux2010 compliant because it links the following forbidden libraries:
libm.so.6 offending symbols: powf@@GLIBC_2.27, log2f@@GLIBC_2.27
libc.so.6 offending symbols: clock_gettime@@GLIBC_2.17, secure_getenv@@GLIBC_2.17, __cxa_thread_atexit_impl@@GLIBC_2.18, memcpy@@GLIBC_2.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are compiling skia-rs in
ubuntu-latest
image, which means native addon's is linking against with higher versionsGLIBC
than most users have.The text was updated successfully, but these errors were encountered: