This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 177
Test new linux prebuild #675
Labels
Comments
vweevers
added
help wanted
Extra attention is needed
test
Improvements or additions to tests
labels
Oct 4, 2019
Install works and tests pass in these docker images:
|
Also OK on:
|
On FreeBSD 12.0 with node 12.8.1, the prebuild fails to load with:
But |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Ok on Ubuntu 19.04 with node 12.11.1 |
Weirdly it even worked on an Ubuntu 12.04 system I happen to have running, with Node 10. That's an older libc but maybe it's not getting newer symbols involved. So that's pretty impressive. |
Ok on RedHat RHEL 7.2, with node LTS |
So, good to release? |
Released 5.3.0 (took a while due to queued CI jobs). Thanks all! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since #674, our prebuilt binary for linux is made on CentOS 7 rather than Ubuntu 16.04, making the binary compatible with Debian 8, Ubuntu 14.04, RHEL 7, CentOS 7. Before releasing 5.3.0 we'd like to test the binary on various linux flavors, including those we already supported.
To do so, run
npm i leveldown@next
(5.3.0-0). If it unexpectedly falls back to compiling, raise your hand. If you have time to spare, also run a more thorough test:git clone --recurse-submodules https://github.com/Level/leveldown.git cd leveldown rm build/ -rf npm install npm run download-prebuilds npm run test-prebuild
Comment below with results. Thanks!
@ralphtheninja @rvagg @peakji
The text was updated successfully, but these errors were encountered: