Skip to content

quic: disable building ngtcp2 examples#62859

Open
Renegade334 wants to merge 1 commit intonodejs:mainfrom
Renegade334:skip-ngtcp2-examples
Open

quic: disable building ngtcp2 examples#62859
Renegade334 wants to merge 1 commit intonodejs:mainfrom
Renegade334:skip-ngtcp2-examples

Conversation

@Renegade334
Copy link
Copy Markdown
Member

@Renegade334 Renegade334 commented Apr 20, 2026

The ngtcp2 client and server examples are built with the intention of using them as reference implementations for future quic tests. However, as of ngtcp2 1.22.0, these examples are using c++-23 libraries, which doesn't match the current Node.js build requirements.

These reference implementations aren't used in any actual quic tests yet, so the path of least resistance is to disable these for now.

Refs: #59946
Refs: #62595 (comment)

The ngtcp2 client and server examples are built with the intention of
using them as reference implementations for future quic tests.
However, as of ngtcp2 1.22.0, these examples require c++-23 libraries,
which doesn't match the current Node.js build requirements.

Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Apr 20, 2026
@Renegade334 Renegade334 requested review from jasnell and pimterry April 20, 2026 20:10
@Renegade334 Renegade334 added quic Issues and PRs related to the QUIC implementation / HTTP/3. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. labels Apr 20, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.62%. Comparing base (c3dd52a) to head (50b8818).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #62859      +/-   ##
==========================================
+ Coverage   89.61%   89.62%   +0.01%     
==========================================
  Files         706      706              
  Lines      219136   219137       +1     
  Branches    41981    41980       -1     
==========================================
+ Hits       196376   196403      +27     
+ Misses      14671    14614      -57     
- Partials     8089     8120      +31     

see 43 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.

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. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants