aix: select clang for Node.26+ builds#4286
Conversation
9d47a84 to
7789430
Compare
|
Does it need to be tested before we merge it? |
|
Yes Lets run a test build first to make sure things are working |
I've applied the Ansible change onto the machines and kicked off the test build above (which has selected clang and is building). |
This built and failed one test (parallel/test-fs-rm). |
|
It failed a test, but that's probably unrelated to the toolchain. |
The rerun failed the same test. If I log into the machine and run the test with the build in the workspace, it is consistently failing 😞. The |
|
I'm also not sure ccache is working as expected -- the rerun took around the same amount of time (~2 hours) and while it was running I observed ( |
|
Re. the failing I've put together a potential workaround patch based on the notes he left me (we'll discuss when he's online) and am running that through CI to see if that addresses the test failure: https://ci.nodejs.org/job/node-test-commit-aix-abmusse/22/nodes=test-ibm-aix72-ppc64_be-2/console Separately we'll report/see if we can address in libc++ as a proper long term solution but that's not likely to be a quick turnaround. |
This passed 🎉. I've opened nodejs/node#62788. |
Selects clang complier for Node.js 26+ builds
This is expected to land after we merge: nodejs/node#62656