Skip to content

build: add --shared-abseil configure flag - #65682

Merged
aduh95 merged 1 commit into
nodejs:mainfrom
aduh95:shared-abseil
Sep 4, 2026
Merged

build: add --shared-abseil configure flag#65682
aduh95 merged 1 commit into
nodejs:mainfrom
aduh95:shared-abseil

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

A requirement for #65614 (abseil is a requirement of both perfetto and V8, and it needs to be the same version)

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions
  • @nodejs/gyp
  • @nodejs/v8-update

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to Node.js builds or CI infrastructure. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency. labels Aug 31, 2026
@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@codecov

codecovBot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.14%. Comparing base (ddc0a0a) to head (0df3c02).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #65682 +/- ##
==========================================
+ Coverage 90.12% 90.14% +0.02% 
==========================================
Files 769 769 Lines 261448 261448 Branches 49638 49632 -6 ==========================================
+ Hits 235633 235688 +55 + Misses 16829 16792 -37 + Partials 8986 8968 -18 

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

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@github-actions

Copy link
Copy Markdown
Contributor
PlatformNumber of requisitesProportion of new derivations
x86_64-linux489 -> 491 => +22 / 491 = 0.4%
aarch64-linux490 -> 492 => +22 / 492 = 0.4%
x86_64-darwin427 -> 429 => +22 / 429 = 0.4%
aarch64-darwin432 -> 434 => +22 / 434 = 0.4%
Total1838 -> 1846 => +88 / 1846 = 0.4%
Changelog
@@ -16,0 +17,8 @@+/nix/store/y920274366mm39dly3ia2i3wsccpn51d-abseil-cpp-20260107.1 (aarch64-darwin)+/nix/store/3qjql2462isf3jwsykmq1869dcq7y1ga-abseil-cpp-20260107.1 (aarch64-linux)+/nix/store/g5bfb54qhcprz6fbwy6y0344gyhdq39n-abseil-cpp-20260107.1 (x86_64-darwin)+/nix/store/l6gapc4fk3sk0jw4nl0a2vv5kg524pyp-abseil-cpp-20260107.1 (x86_64-linux)+/nix/store/q72vmagbml3b8rz7l66msrll11p326jz-abseil-cpp-20260107.1-dev (aarch64-darwin)+/nix/store/bx5779p5qm7jq21n7ikcwrmxz6zyln98-abseil-cpp-20260107.1-dev (aarch64-linux)+/nix/store/s84wwacmp88nld1znzjkrn3s0gsg930c-abseil-cpp-20260107.1-dev (x86_64-darwin)+/nix/store/ndpd5dd1gsza5mw34cy3024zfm28hds5-abseil-cpp-20260107.1-dev (x86_64-linux)

@legendecaslegendecas added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Sep 2, 2026
@aduh95aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 2, 2026
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 2, 2026
@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

@panvapanva left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

RSLGTM

Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#65682
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
@aduh95
aduh95 merged commit 0df3c02 into nodejs:mainSep 4, 2026
24 of 25 checks passed
@aduh95
aduh95 deleted the shared-abseil branch September 4, 2026 13:32
@aduh95

Copy link
Copy Markdown
ContributorAuthor

Landed in 0df3c02

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs with CI started, the required approvals, and no outstanding review comments.buildIssues and PRs related to Node.js builds or CI infrastructure.metaIssues and PRs related to the general management of the project.needs-ciPRs that need a full CI run.toolsIssues and PRs related to the tools directory.v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@aduh95@nodejs-github-bot@panva@legendecas