Uh oh!
There was an error while loading. Please reload this page.
deps: add missing static linking targets for libffi - #63168
Merged
nodejs-github-bot merged 1 commit intoMay 11, 2026
Conversation
nodejs-github-bot
commented
May 7, 2026
Collaborator
Review requested:
|
anonrig
approved these changes
May 7, 2026
nodejs-github-bot
commented
May 8, 2026
Collaborator
nodejs-github-bot
commented
May 8, 2026
Collaborator
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #63168 +/- ##
==========================================
- Coverage 90.03% 90.01% -0.03%
==========================================
Files 713 713 Lines 224950 224950 Branches 42530 42526 -4 ==========================================
- Hits 202541 202491 -50 - Misses 14184 14237 +53 + Partials 8225 8222 -3
🚀 New features to boost your workflow:
|
aduh95
reviewed
May 8, 2026
Uh oh!
There was an error while loading. Please reload this page.
aduh95
reviewed
May 8, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
May 8, 2026
Collaborator
nodejs-github-bot
commented
May 8, 2026
Collaborator
nodejs-github-bot
commented
May 8, 2026
Collaborator
nodejs-github-bot
commented
May 9, 2026
Collaborator
nodejs-github-bot
commented
May 9, 2026
Collaborator
nodejs-github-bot
commented
May 9, 2026
Collaborator
nodejs-github-bot
commented
May 9, 2026
Collaborator
nodejs-github-bot
commented
May 9, 2026
Collaborator
nodejs-github-bot
commented
May 10, 2026
Collaborator
ShogunPandaforce-pushed
the
ffi-missing-static-archs
branch
from
May 10, 2026 05:50
8231062 to
5b074f0Compare
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
May 10, 2026
Collaborator
nodejs-github-bot
commented
May 10, 2026
Collaborator
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
ShogunPandaforce-pushed
the
ffi-missing-static-archs
branch
from
May 11, 2026 04:51
5b074f0 to
c410a25Comparenodejs-github-bot
commented
May 11, 2026
Collaborator
nodejs-github-bot
commented
May 11, 2026
Collaborator
richardlau
approved these changes
May 11, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
May 11, 2026
Collaborator
Landed in a2aeb72 |
aduh95 pushed a commit
that referenced
this pull request
May 19, 2026
Signed-off-by: Paolo Insogna <paolo@cowtech.it> PR-URL: #63168 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
aduh95 pushed a commit
that referenced
this pull request
May 19, 2026
Signed-off-by: Paolo Insogna <paolo@cowtech.it> PR-URL: #63168 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
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 freeto 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.
This ensures static linking of libffi wherever it is supported.