fix(analyze): node-gyp-build not including zeromq prebuilds#392
Merged
styfle merged 12 commits intovercel:mainfrom Feb 13, 2024
Merged
Conversation
…evel where de require() is run at. Fixes zeromq.js. Closes vercel#391.
This was referenced Feb 13, 2024
styfle
reviewed
Feb 13, 2024
styfle
reviewed
Feb 13, 2024
Contributor
Author
|
I will fix the test havoc ⛈️ |
eulersson
commented
Feb 13, 2024
styfle
reviewed
Feb 13, 2024
styfle
reviewed
Feb 13, 2024
styfle
reviewed
Feb 13, 2024
|
@eulersson Thanks for making a fix. Let me know if there is anything to do on the Zeromq side. |
…tead log them as warnings to prevent user confusion.
…ttps://github.com/eulersson/nft into fix-node-gyp-build-not-including-zeromq-prebuilds
Contributor
Author
No problem. For now I do not think it will be needed. |
|
🎉 This PR is included in version 0.26.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
zeromq#391Three things I want to point out:
path.join(__dirname, "..")instead of__dirnameto therequire("node-gyp-build")(...)call.@aminya/node-gyp-buildinstead ofnode-gyp-build, particular-li version4.5.0-aminya.5.6which is beta according to @aminya https://github.com/zeromq/zeromq.js.After those changes it resolves OK.