Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/test-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ on:
- .mailmap
- '**.md'
- AUTHORS
- deps/ada/**
- deps/brotli/**
- deps/cares/**
- deps/corepack/**
- deps/icu-small/**
- deps/icu-tmp/**
- deps/llhttp/**
- deps/nghttp2/**
- deps/ngtcp2/**
Copy link
Member

@legendecas legendecas Oct 27, 2025

Choose a reason for hiding this comment

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

npm is not a shared library but it is not bundled into node binary as well.

Suggested change
- deps/ngtcp2/**
- deps/ngtcp2/**
- deps/npm/**

Copy link
Member

Choose a reason for hiding this comment

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

But wouldn't it be better to still check npm still works when Node.js is built with shared libraries?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm fine either way, both of you are making valid points

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@legendecas can you clarify whether this is a blocking concern?

- deps/openssl/*/**
- deps/simdjson/**
- deps/sqlite/**
- deps/uv/**
- deps/uvwasi/**
- deps/zlib/**
- deps/zstd/**
- doc/**
- .github/**
- '!.github/workflows/test-shared.yml'
Expand All @@ -20,6 +36,22 @@ on:
- .mailmap
- '**.md'
- AUTHORS
- deps/ada/**
- deps/brotli/**
- deps/cares/**
- deps/corepack/**
- deps/icu-small/**
- deps/icu-tmp/**
- deps/llhttp/**
- deps/nghttp2/**
- deps/ngtcp2/**
- deps/openssl/*/**
- deps/simdjson/**
- deps/sqlite/**
- deps/uv/**
- deps/uvwasi/**
- deps/zlib/**
- deps/zstd/**
- doc/**
- .github/**
- '!.github/workflows/test-shared.yml'
Expand Down