-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
riscv64 build failure in 22.0.0 #52678
Comments
cc @nodejs/platform-riscv64 |
MingcongBai
pushed a commit
to AOSC-Tracking/node
that referenced
this issue
Oct 23, 2024
Fix build failure on riscv64 since v22. Ref: nodejs#52888 Ref: nodejs#52678
MingcongBai
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this issue
Oct 23, 2024
MingcongBai
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this issue
Oct 30, 2024
MingcongBai
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this issue
Oct 30, 2024
Will we have riscv64 build with next v22? Is it applicable to v23? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
22.0.0
Platform
Chimera Linux riscv64
Subsystem
v8
What steps will reproduce the bug?
compile
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
it compiles
What do you see instead?
Additional information
This is because the v8.gyp was not updated correctly for riscv64 architecture despite it being added here: cfbf9e0#diff-c5f668a7e3a95bb9df5bc165514d324ad89421338302625d614ef5b11a74d18dR6016
I created a patch in our downstream that fixes this: chimera-linux/cports@a82c5ed
which resulted in node now building fine: https://build.chimera-linux.org/#/builders/1/builds/2090/steps/5/logs/pkg_contrib_nodejs_22_0_0-r0
the conditions in this patch probably aren't entirely correct, as it's a quick fix for our particular environment, i'm not 100% sure what an actual correct patch would be though.
The text was updated successfully, but these errors were encountered: