-
Notifications
You must be signed in to change notification settings - Fork 151
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
new zeromq version requires cmake #770
Comments
There's a movement among some napi users to start using cmake, too, so this might be more common. I'm OK with cmake getting installed, though someone has to do it :-). |
/ping @nodejs/build |
I believe there is now a strategic initiative underway to move Node.js to cmake. Getting cmake installed on the various CI machines would seem to be a good idea for that too. Fixing this would be a nice side-effect. @nodejs/build |
I've been installing cmake onto the IBM platforms in the CI (libuv also uses cmake now) and tried to test zeromq without success. zeromq's That still doesn't appear to be enough though. The cmake bits of the install process look to have succeeded but apparently no tests are found, e.g. https://ci.nodejs.org/job/citgm-smoker-nobuild/875/ using the modified
|
https://ci.nodejs.org/job/citgm-smoker/2082/nodes=ubuntu1804-64/testReport/junit/(root)/citgm/zeromq_v6_0_0_beta_2/
I don't know if it's something that we can reasonably install on all CI hosts.
Until then, we should probably skip the module.
The text was updated successfully, but these errors were encountered: