build: skip dockit on riscv64 - #62251
Conversation
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62251 +/- ##
==========================================
- Coverage 89.68% 89.67% -0.02%
==========================================
Files 676 676
Lines 206495 206495
Branches 39537 39542 +5
==========================================
- Hits 185204 185175 -29
- Misses 13435 13444 +9
- Partials 7856 7876 +20 🚀 New features to boost your workflow:
|
|
I think we can fix it (at least the |
|
|
Probably fixed with the updae in #62512 - running a test on my K1 at https://ci.nodejs.org/job/sxa-rvnodetest/399/ |
|
Noting that I hit this again today with a branch that had the doc-kit 1.4.1 added in https://github.com/nodejs/node/pull/64010/changes so this may still be required. Ref: https://ci.nodejs.org/job/sxa-node-test-commit-rvlinux/14/nodes=riscv64 |
The
doc-onlytarget gives a variety of failures on different riscv64 systems. These symptoms are described in nodejs/build#4099 (comment) in the sectionAdditional info on the Wasm doc-only crashThis removes the doc-only target from being run by default as part of
make test-cisimilar to what has been done for AIX and IBMi.