Skip to content

Conversation

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-botnodejs-github-bot commented Oct 29, 2023

@nodejs-github-botnodejs-github-bot added the tools Issues and PRs related to the tools directory. label Oct 29, 2023
@nodejs-github-bot
Copy link
CollaboratorAuthor

Review requested:

  • @nodejs/web-infra

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Oct 29, 2023
@richardlaurichardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 29, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 29, 2023
@nodejs-github-bot
Copy link
CollaboratorAuthor

@nodejs-github-bot
Copy link
CollaboratorAuthor

MoLow
MoLow previously approved these changes Oct 29, 2023
@lpincalpinca added the blocked PRs that are blocked by other issues or PRs. label Oct 29, 2023
@lpinca
Copy link
Member

See #50414.

@aduh95
Copy link
Contributor

I think the logical fix is to build the docs with a stable node binary on the without-intl job, so we don't crash the build if the deps uses a regex with the u flag. @nodejs/build how can we make this happen? IIRC the setup job is not available publicly, only a build member can do this sort of change.

@richardlau
Copy link
Member

@aduh95 FWIW the without-intl job runs:

NODE_TEST_DIR=/home/iojs/node-tmp FLAKY_TESTS=dontcare CONFIG_FLAGS=' --without-intl' make run-ci -j 4

Given that we describe how to build without intl in https://github.com/nodejs/node/blob/main/BUILDING.md#building-without-intl-support I'd prefer if we had a solution that worked without involving changes to the Jenkins job -- i.e. running the Makefile after configure --without-intl should just work.

@aduh95aduh95force-pushed the actions/tools-update-doc branch from 002a698 to 88b53ddCompareDecember 10, 2023 23:38
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. and removed blocked PRs that are blocked by other issues or PRs. labels Dec 10, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 10, 2023
@nodejs-github-bot
Copy link
CollaboratorAuthor

@aduh95aduh95 merged commit ab93a35 into mainDec 11, 2023
@aduh95aduh95 deleted the actions/tools-update-doc branch December 11, 2023 00:41
@aduh95
Copy link
Contributor

Landed in ab93a35

RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
@RafaelGSSRafaelGSS mentioned this pull request Dec 15, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
@richardlaurichardlau mentioned this pull request Mar 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@nodejs-github-bot@lpinca@aduh95@richardlau@jasnell@MoLow@aymen94