-
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
Accessing to aix61-ppc64 for investigate missing gas or llvm version detection #1569
Comments
This come up during the 1.1.0 update. It looked like AIX was running the native assembler and not gas: nodejs/node#19944 (comment) |
@richardlau Wow, I forgot the the issue in a half year ago. AIX also has own assembler. Thanks for reminding me of it. I need to know if it does not have an option of
|
I've also missed to know that AIX is based on PPC not Intel. |
@nodejs/build @nodejs/platform-aix |
+1 from me. |
Keys in as [email protected] |
+1 |
1 similar comment
+1 |
@refack Thanks. I can login the host and confirmed the assembler version token. I'm going to fix gyp scripts tomorrow.
|
The issue was resolved by shigeki/node@dea84b0. @refack Please remove my access to 140.211.9.101. I removed |
Done. |
This issue was found during working WIP patch upgrading OpenSSL-1.1.1 as referenced in nodejs/node#18770. .
In aix64-ppc64, the detection of asm compiler version has an issue for https://ci.nodejs.org/job/node-test-commit-aix/18812/nodes=aix61-ppc64/consoleFull as shows.
It seems gas or llvm version detection has some issues.
I'd like to have an access to login the server in order to debug the issue?
The text was updated successfully, but these errors were encountered: