Skip to content
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

ppc64le incompatibility #1050

Closed
targos opened this issue Mar 7, 2024 · 3 comments
Closed

ppc64le incompatibility #1050

targos opened this issue Mar 7, 2024 · 3 comments

Comments

@targos
Copy link
Member

targos commented Mar 7, 2024

From https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3398/nodes=rhel8-ppc64le/console

12:15:13 + eval citgm-all '--nodedir=/home/iojs/build/workspace/citgm-smoker/node -v warn -x /home/iojs/build/workspace/citgm-smoker/smoker/report.xml -q error --tmpDir /home/iojs/tmp/citgm_tmp'
12:15:13 ++ citgm-all --nodedir=/home/iojs/build/workspace/citgm-smoker/node -v warn -x /home/iojs/build/workspace/citgm-smoker/smoker/report.xml -q error --tmpDir /home/iojs/tmp/citgm_tmp
12:15:13 node:internal/process/promises:289
12:15:13             triggerUncaughtException(err, true /* fromPromise */);
12:15:13             ^
12:15:13 
12:15:13 [CompileError: WebAssembly.compile(): Compiling function #66 failed: Wasm SIMD unsupported @+5368]
12:15:13 
12:15:13 Node.js v21.7.1

@nodejs/platform-ppc

@miladfarca
Copy link

miladfarca commented Mar 7, 2024

Simd support on powerpc requires a power9 at a minimum, please make sure the runners are not on power8.

@targos
Copy link
Member Author

targos commented Mar 7, 2024

It's power8

@richardlau
Copy link
Member

It's still running but https://ci.nodejs.org/job/citgm-smoker/3399/nodes=rhel8-ppc64le/console suggests this has been fixed with the release of Undici 6.7.1 which reverted nodejs/undici#2871.
nodejs/undici#2934 for further details.

@targos targos closed this as completed Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants