We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4431abc commit ed45617Copy full SHA for ed45617
Makefile
@@ -836,8 +836,8 @@ out/doc/api: doc/api
836
837
# Generate all doc files (individual and all.html/all.json) in a single doc-kit call
838
# Using grouped targets (&:) so Make knows one command produces all outputs
839
-ifeq ($(OSTYPE),aix)
840
-# TODO(@nodejs/web-infra): AIX is currently hanging during HTML minification
+ifneq (,$(filter aix os390,$(OSTYPE)))
+# TODO(@nodejs/web-infra): AIX and OS390 are not handling WASM very well
841
$(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json:
842
@echo "Skipping $@ (not currently supported by $(OSTYPE) machines)"
843
else
0 commit comments