-
Notifications
You must be signed in to change notification settings - Fork 44
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
Provide prebuilds for lmdb #92
Comments
Yeah, NodeJS messed up their header includes in the v17 release: nodejs/Release#704 |
Actually, it looks like v17.0.1 is released, they just haven't updated nodejs.org yet: nodejs/node@d68dd62 |
Ok, hopefully v1.6.10 should have prebuilds for node v17 working now. |
@kriszyp I wonder if this is also happening on node
|
@mistic Is this with the latest lmdb-store, v1.6.10? I believe I could try do some new prebuilds using a centos 7 container. |
@kriszyp we are still at |
Ok, I published v1.6.11, and that includes prebuilds for windows x64, and linux and darwin/mac-os with x64 and arm64, where linux x64 is built on a centos 7 container (linux arm64 is built on debian 9). Let me know if you see any issues with this. |
@kriszyp everything seems fine right now! Thank you for the help here! |
Mirrored from parcel-bundler/parcel#7146
🐛 bug report
lmdb fails to build from the source on Windows.
🎛 Configuration (.babelrc, package.json, cli command)
N/A
🤔 Expected Behavior
I should not need to build lmdb from the source.
😯 Current Behavior
lmdb is built from the source, and it fails to build.
💁 Possible Solution
Make a PR to lmdb and provide prebuilds.
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: