FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: use build-ci for benchmark merge-commit rebuild by anonrig · Pull Request #65362 · nodejs/node · GitHub

/ node Public

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

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

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 Bot force-pushed the cursor/benchmark-ci-merge-build-1677 branch from ee2aff2 to 1968cd3 Compare August 18, 2026 01:38
anonrig added fast-track PRs that do not need to wait for 48 hours to land. review wanted PRs that need reviews. labels Aug 18, 2026

Copy link
Copy Markdown
Contributor

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

anonrig added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Aug 19, 2026

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 21, 2026
nodejs-github-bot merged commit a362071 into nodejs:main Aug 21, 2026
28 checks passed

Copy link
Copy Markdown
Collaborator

Landed in a362071

nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. meta Issues and PRs related to the general management of the project. review wanted PRs that need reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL