Uh oh!
There was an error while loading. Please reload this page.
Add the missing LoongArch64 definition in the v8.gyp file. - #47641
Add the missing LoongArch64 definition in the v8.gyp file.#47641sunhaiyong1978 wants to merge 1 commit into
Conversation
nodejs-github-bot
commented
Apr 20, 2023
Review requested:
|
sunhaiyong1978
commented
Apr 21, 2023
Modify the title, because the check failed due to the original title being too long. |
nodejs-github-bot
commented
Apr 21, 2023
nodejs-github-bot
commented
Apr 21, 2023
nodejs-github-bot
commented
Apr 21, 2023
sunhaiyong1978
commented
Apr 21, 2023
Modify the title again, because the title check failed. |
VoltrexKeyva
commented
Apr 21, 2023
Hey @sunhaiyong1978, it seems like your commit has an invalid user (basically doesn't point to you), make sure you've configured Git with the appropriate details so that you would be shown as a contributor after this gets merged. This is generally the cause of the incorrect email being used, make sure it is set to the primary email of your GitHub account by running the following: $ git config --global user.email "<The primary email>"(Replace And then do a force-push. |
sunhaiyong1978
commented
Apr 21, 2023
Okay, I have modified my submission email. |
nodejs-github-bot
commented
Apr 26, 2023
nodejs-github-bot
commented
Apr 26, 2023
nodejs-github-bot
commented
Apr 26, 2023
sunhaiyong1978
commented
Apr 27, 2023
I received 3 failing checks , but it seems that they are not caused by the pull request I submitted. What should I do next? |
nodejs-github-bot
commented
Apr 27, 2023
targos
commented
May 1, 2023
Landed in aa6600d |
PR-URL: #47641 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
PR-URL: #47641 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
PR-URL: #47641 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
In the tools/v8_gypfiles/v8.gyp file, there is a missing definition for the LoongArch64 architecture (defined as loong64 in v8). This can lead to errors when compiling node.js that supports v8 on the LoongArch64 architecture.