-
Notifications
You must be signed in to change notification settings - Fork 150
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
lookup: add "native" tag for native modules #378
Conversation
@gdams We should build on 7.7.0 with |
https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/619/ |
it is worth mentioning that the way we do testing of native module 7.7.0 will still pass. this is something we should explore separately, specifically building using that header compiled with make rather than the source tree |
@MylesBorins I meant that we should run https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-nobuild (which was previously called https://ci.nodejs.org/view/Node.js-citgm/job/gibfahn-citgm-smoker-more-platforms). That job fetches from nodejs.org, so it should pick up the failures (I hope). |
Not if run with --exclude-tag native 😄 |
@richardlau Yeah, |
So This is because it has a dependency on |
lets get #292 landed and then you can add the native tags to those modules too |
I think we need to think about whether a native module that uses Alternately we could just make sure we specify the |
@gdams updated |
@nodejs/citgm can we get some reviews please |
@MylesBorins you okay with me landing this? |
Backported to |
Fixes: #377
npm test
passescc/ @richardlau