Skip to content

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

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
anonrig:cursor/benchmark-ci-merge-build-1677
Aug 21, 2026
Merged

build: use build-ci for benchmark merge-commit rebuild#65362
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
anonrig:cursor/benchmark-ci-merge-build-1677

Conversation

@anonrig

@anonrig anonrig commented Aug 18, 2026

Copy link
Copy Markdown
Member

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 #65273.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Aug 18, 2026
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: Yagiz Nizipli <yagiz@nizipli.com>
@cursor
cursor Bot force-pushed the cursor/benchmark-ci-merge-build-1677 branch from ee2aff2 to 1968cd3 Compare August 18, 2026 01:38
@anonrig anonrig added fast-track PRs proposed for a shorter-than-standard waiting period before landing. review wanted PRs that need review. labels Aug 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @anonrig. Please 👍 to approve.

@anonrig anonrig added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Aug 19, 2026

@mcollina mcollina 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.

lgtm

@anonrig anonrig added the commit-queue PRs queued for automated landing through the Commit Queue. label Aug 21, 2026
@nodejs-github-bot
nodejs-github-bot merged commit a362071 into nodejs:main Aug 21, 2026
28 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in a362071

@nodejs-github-bot nodejs-github-bot removed the commit-queue PRs queued for automated landing through the Commit Queue. label Aug 21, 2026
aduh95 pushed a commit that referenced this pull request Aug 25, 2026
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: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #65362
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
aduh95 pushed a commit that referenced this pull request Aug 25, 2026
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: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #65362
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. fast-track PRs proposed for a shorter-than-standard waiting period before landing. meta Issues and PRs related to the general management of the project. review wanted PRs that need review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants