File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -844,6 +844,11 @@ else ifeq ($(OSTYPE),os400)
844844# TODO(@nodejs/web-infra): IBMi is currently hanging during HTML minification
845845$(apidocs_html ) $(apidocs_json ) out/doc/api/all.html out/doc/api/all.json :
846846 @echo " Skipping $@ (not currently supported by $( OSTYPE) machines)"
847+ else ifeq ($(DESTCPU),riscv64)
848+ # Many riscv64 environments (except qemu) fail on the wasm steps here
849+ # https://github.com/nodejs/build/issues/4099#issuecomment-4038743335
850+ $(apidocs_html ) $(apidocs_json ) out/doc/api/all.html out/doc/api/all.json :
851+ @echo " Skipping $@ (not currently supported by $( DESTCPU) machines)"
847852else
848853$(apidocs_html ) $(apidocs_json ) out/doc/api/all.html out/doc/api/all.json & : $(apidoc_sources ) tools/doc/node_modules | out/doc/api
849854 @if [ " $( shell $( node_use_openssl_and_icu) ) " != " true" ]; then \
You can’t perform that action at this time.
0 commit comments