Skip to content

build: use build-ci for benchmark merge-commit rebuild - #23

Closed
anonrig wants to merge 1 commit into
mainfrom
cursor/benchmark-ci-merge-build-1677
Closed

build: use build-ci for benchmark merge-commit rebuild#23
anonrig wants to merge 1 commit into
mainfrom
cursor/benchmark-ci-merge-build-1677

Conversation

@anonrig

@anonrig anonrig commented Aug 18, 2026

Copy link
Copy Markdown
Owner

The benchmark workflow’s merge-commit rebuild used make -j4, which skips configure. After node.gyp or generated sources change, that can leave the comparison binary unlinked against new files.

This switches that step to make build-ci -j4 V=1, matching the base-build job.

Standalone CI fix; not part of nodejs#65273.

Open in Web Open in Cursor 

The merge-commit job used `make -j4`, which skips configure. After
node.gyp or generated sources change, that can leave the comparison
binary unlinked against new files. `make build-ci` re-runs configure
first, matching the base-build step.

Assisted-by: Grok
Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Yagiz Nizipli <anonrig@users.noreply.github.com>
@anonrig anonrig closed this Aug 18, 2026
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