-
Notifications
You must be signed in to change notification settings - Fork 166
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
aix failing in CI #1796
Comments
It doesn't seem to always fail, or at least, there seems to be plenty of green in CI for AIX: https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/changes The last failure seems to be a build for this PR: nodejs/node#27405 Every platform is failing on doc lint, but AIX in particular, see https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/22922/consoleText, has 1000s of "Export symbol not defined" warnings. The previous PR passed, though, and it's log is also full of "Export symbol not defined" warnings: I'd like to understand what those mean, I'll keep poking, but so far they appear to be just warnings. @MylesBorins why do you think AIX is failing in CI? |
I think @miladfar found the PR that failed, see nodejs/node#27417 (comment) for a comment |
I think this isn't an issue, and nodejs/node#27417 passed on AIX in last ci, can we close this, @MylesBorins ? |
WARNING: Exported symbol not defined: v8::internal::Builtins::Generate_WasmRecordWrite(v8::internal::compiler::CodeAssemblerState*)
/cc @nodejs/platform-aix
The text was updated successfully, but these errors were encountered: