Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add riscv64 to list of architectures #49284

Merged
merged 1 commit into from Aug 26, 2023
Merged

Conversation

sxa
Copy link
Member

@sxa sxa commented Aug 22, 2023

Simple doc change to add riscv64 to list of things that os.arch() and process.arch can return.

Fixes: #49278

@sxa sxa requested a review from richardlau August 22, 2023 14:47
@sxa sxa self-assigned this Aug 22, 2023
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Aug 22, 2023
@richardlau
Copy link
Member

If anyone is wondering where to get such a riscv64 Node.js build, see https://unofficial-builds.nodejs.org/ (nodejs/unofficial-builds#54).

@richardlau richardlau added the riscv64 Issues and PRs related to the riscv64 architecture. label Aug 22, 2023
@richardlau richardlau added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 23, 2023
PR-URL: nodejs#49284

Signed-off-by: Stewart X Addison <sxa@redhat.com>
@sxa
Copy link
Member Author

sxa commented Aug 24, 2023

(Force push to correct the PR_URL as I'd cut & pasted the issue link instead of the PR)

@aduh95
Copy link
Contributor

aduh95 commented Aug 26, 2023

(Force push to correct the PR_URL as I'd cut & pasted the issue link instead of the PR)

Setting the PR URL yourself in the commit message is really not necessary, our automation does that along with adding the names of those who approved the change. It doesn't hurt to add it manually, but you run into the risk of doing a typo.

@aduh95 aduh95 merged commit 3d0a317 into nodejs:main Aug 26, 2023
14 checks passed
@aduh95
Copy link
Contributor

aduh95 commented Aug 26, 2023

Landed in 3d0a317

UlisesGascon pushed a commit that referenced this pull request Sep 10, 2023
PR-URL: #49284

Signed-off-by: Stewart X Addison <sxa@redhat.com>
Fixes: #49278
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@UlisesGascon UlisesGascon mentioned this pull request Sep 10, 2023
alexfernandez pushed a commit to alexfernandez/node that referenced this pull request Nov 1, 2023
PR-URL: nodejs#49284

Signed-off-by: Stewart X Addison <sxa@redhat.com>
Fixes: nodejs#49278
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targos targos added the dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. label Nov 26, 2023
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 pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. riscv64 Issues and PRs related to the riscv64 architecture.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add riscv64 to the list of supported architectures
9 participants