-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make a node 18 pre-compiled binary available #25
Comments
Hey just to clarify, the build is working, but it takes longer? As far as pre-compiles @darora can potentially let us know about pushing to the supabase bucket. |
Yes the build is working fine. |
Hello, @darora any chance to get this :) ? |
Node.js 20 is now LTS since 24 Oct 2023, so I guess also doing Node.js v20 as well would be good cc @darora |
On Fedora Silverblue 39 in a Node.js 20 toolbox, building libpg-query-node (transitive dependency of @supabase/postgres-meta) from source during npm install fails, complaining about conflicting
A new pre-compiled binary wouldn't solve the build issue but could help work around it. |
Bumping this issue as well. We're excited about a massive memory leak in Jest that is fixed by upgrading to Node 20 But we can't compile this from source on Node 20 and would appreciate a precompiled binary ❤️ @darora If there's anything I can do to help get the precompiled binary uploaded let me know. |
I was able to get the Linux version building on a Digital Ocean Droplet after making some changes I can also separately compile a Mac ARM version on this machine, but not on the Droplet. If someone gave me the creds I could upload this version into |
I'll take a look at having the node20 binaries published over the next week or so. Node18 binaries have been available since Jan 2023. |
@darora 🙏🏼 thank you! |
Have published binaries for Node20 for linux/amd64, linux/arm64, darwin/arm64. |
Hello,
As node 18 is now in LTS since october, do you know if there is plan to make this binary precompiled for by any chance ?
Using alpine as base image make it difficult to built this on my own.
#8 42.64 npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://supabase-public-artifacts-bucket.s3.amazonaws.com/libpg-query-node/queryparser-v13.3.0-node-v108-linux-x64.tar.gz
Thanks
The text was updated successfully, but these errors were encountered: