-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Symbol not found in alpine #1430
Comments
Weird weird. Any ideas @code-asher ? |
We were using Drone for that release; we must have broken the Alpine step in the process. I'm unsure what the best way to fix it is since we no longer have Alpine builds; the current recommendation is to install |
I can’t get libc-dev to work in alpine for 3.0.0. I get similar errors. If I take the node binary from official node alpine image it works just fine. |
Looks like there's been confusion regarding libc-dev. I don't think that installs glibc or would help with this issue. I think that was my bad. I think the best approach here is to solve #1396 instead of adding an alpine release but whatever you think is best @code-asher |
We'd need an Alpine container on CI either way, I think? In order to build the native Node modules. I suppose that means we'd end up with an Alpine release during deploy anyway. |
We wouldn't include the native node modules, they'd be built by node when fetched. |
Oh right, of course. Yeah that sounds good to me. |
Fixed, please use the npm package to install on alpine. The erroneous alpine entry in the FAQ has been removed. |
If this is an issue on Alpine, I'd like to note that this is also likely an issue on OpenWRT as they both use musl instead of the glibc C library |
Hi there,
code-server2.1698-vsc1.41.1-alpine-x86_64 unable to run in Alpine Linux 3.9 with the following error
code-server2.1692-vsc1.39.2-alpine-x86_64 works well.
The text was updated successfully, but these errors were encountered: