Skip to content

Commit 9026866

Browse files
committed
build: skip dockit on IBMi
1 parent 95ee87d commit 9026866

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,10 @@ out/doc/api: doc/api
838838
# Using grouped targets (&:) so Make knows one command produces all outputs
839839
ifeq ($(OSTYPE),aix)
840840
# TODO(@nodejs/web-infra): AIX is currently hanging during HTML minification
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 ifeq ($(OSTYPE),os400)
844+
# TODO(@nodejs/web-infra): IBMi is currently hanging during HTML minification
841845
$(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json:
842846
@echo "Skipping $@ (not currently supported by $(OSTYPE) machines)"
843847
else

0 commit comments

Comments
 (0)