-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
fcntl64 symbol not found #1576
Comments
Same issue here before pinning |
It seems we're missing the Linux MUSL variant of prebuilt binaries and our template string isn't specific enough to differentiate MUSL and Glibc platforms. Would you be able to fallback to build, or stay on v5.0.2 for now? 🙂 |
refs #1576 - without this, we can't differentiate between glibc and musl Linux environments and Alpine download a binary linked to glibc - other projects provide prebuilt musl binaries, so I think that's wise here too - also updates README with the new target names
refs #1576 - this commit adds musl prebuilt binaries to CI via Alpine - also updates the docs to reference the new targets
I've added MUSL builds to CI, and they'll be shipped in the next release 🙂 |
I've changed the Can't imagine this is a random coincidence, because pinning back to |
On v5.0.3, I'm getting this error when installed inside
node:14-alpine
docker base imageIt seems alpine is missing some lib but shouldn't the prebuilt binaries be batteries included without requiring dynamic linking?
The text was updated successfully, but these errors were encountered: