Skip to content

deps: add missing static linking targets for libffi#63168

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
ShogunPanda:ffi-missing-static-archs
May 11, 2026
Merged

deps: add missing static linking targets for libffi#63168
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
ShogunPanda:ffi-missing-static-archs

Conversation

@ShogunPanda
Copy link
Copy Markdown
Contributor

This ensures static linking of libffi wherever it is supported.

@ShogunPanda ShogunPanda requested review from addaleax, bengl and mcollina May 7, 2026 13:20
@ShogunPanda ShogunPanda added the ffi Issues and PRs related to experimental Foreign Function Interface support. label May 7, 2026
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/ffi
  • @nodejs/gyp
  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. labels May 7, 2026
Copy link
Copy Markdown
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 90.01%. Comparing base (130398a) to head (c410a25).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/ffi/types.cc 50.00% 1 Missing ⚠️
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     
Files with missing lines Coverage Δ
src/ffi/types.cc 48.91% <50.00%> (ø)

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread doc/api/ffi.md Outdated
Comment thread deps/libffi/src/s390/sysv.S
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@ShogunPanda ShogunPanda force-pushed the ffi-missing-static-archs branch from 8231062 to 5b074f0 Compare May 10, 2026 05:50
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Signed-off-by: Paolo Insogna <paolo@cowtech.it>
@ShogunPanda ShogunPanda force-pushed the ffi-missing-static-archs branch from 5b074f0 to c410a25 Compare May 11, 2026 04:51
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@mcollina mcollina added commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels May 11, 2026
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 11, 2026
@nodejs-github-bot nodejs-github-bot merged commit a2aeb72 into nodejs:main May 11, 2026
68 checks passed
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Landed in a2aeb72

@ShogunPanda ShogunPanda deleted the ffi-missing-static-archs branch May 11, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. ffi Issues and PRs related to experimental Foreign Function Interface support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants