Skip to content

Disable node snapshots#245

Merged
victorgomes merged 1 commit intov8:node-ci-2026-02-24from
gahaas:2026-03-23_fix_name
Mar 23, 2026
Merged

Disable node snapshots#245
victorgomes merged 1 commit intov8:node-ci-2026-02-24from
gahaas:2026-03-23_fix_name

Conversation

@gahaas
Copy link
Copy Markdown

@gahaas gahaas commented Mar 23, 2026

A security fix in V8 makes it impossible to put FunctionTemplateInfo objects of API functions with fast API callbacks into the snapshot. As Node.js does that so far, this PR disables node snapshots. In the future, FunctionTemplateInfo objects without fast API callbacks could be added back to the snapshot.

A security fix in V8 makes it impossible to put FunctionTemplateInfo
objects of API functions with fast API callbacks into the snapshot. As
Node.js does that so far, this PR disables node snapshots. In the
future, FunctionTemplateInfo objects without fast API callbacks could be
added back to the snapshot.
@victorgomes victorgomes merged commit 8209a15 into v8:node-ci-2026-02-24 Mar 23, 2026
13 of 21 checks passed
@gahaas gahaas deleted the 2026-03-23_fix_name branch March 23, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants