nodejs / nodejs/build

Evaluate feasibility of RISC-V SpacemiT-K3 systems for CI testing

Open
#4,392 4 comments 0 reactions 1 assignee View on GitHub

@sxa is already working on this.

Since Jul 3, 2026.

platform:riscv64
Dominant language
Jinja
Stars
542
Forks
185
Avg merge
22h 15m
Merged PRs (30d)
4

Description

Most of the RISC-V systems we've been able to add into the jenkins CI have been too slow to put into the main node-test-commit runs.
While this could have been mitigated if we take the "fanned" approach as we have for other platforms that is not ideal.

There are newer boards based on the SpacemiT-K3 SoC which are starting to become available and I have acquired one today with a view to evaluating the performance. Initial tests suggest it can build Node.js in around 3h with an unpopulated ccache which puts it in line with some of our other platforms meaning that it would not unduly delay PR testing if we were to integrate such systems into the PR testing process.

Scaleway are looking at having K3 based servers in the near future to supplement the existing slower TH1520 boards that they have available, so it is likely that we would be able to obtain capacity along the lines of what I'm currently testing. Based on other testing I've done the K3 boards can do things around 4-5 times faster than the TH1520 ones in many scenarios (even excluding the use of the eight additional slower A100 cores on the board)

Adding it to the CI would be conditional on it being able to run cleanly, and while my initial runs have shown some unexpected issues/crashes I will work through some of those in this issue and https://github.com/nodejs/build/issues/4099 for any other issues related to getting to green on this platform.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.