From 2f2dee769a0668cae2456ea0d486efc903a5f973 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 1 May 2026 22:03:37 -0500 Subject: [PATCH] Revert "strip more out of the node build (#759)" This reverts commit 7ead6ba10e256e3853c7437e53d525724504b1f4. pre-emptive PR just in case we need it since these builds take so long --- staticnode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticnode/Dockerfile b/staticnode/Dockerfile index 5a6edff8..4b19bb29 100644 --- a/staticnode/Dockerfile +++ b/staticnode/Dockerfile @@ -28,7 +28,7 @@ RUN cd node-$VERSION && \ ppc64le) CPU=ppc64 ;; \ *) CPU="$ARCH" ;; \ esac && \ - ./configure --dest-cpu=$CPU --fully-static --ninja --without-inspector --with-intl=none --without-npm --without-corepack && \ + ./configure --dest-cpu=$CPU --fully-static --ninja --without-inspector --with-intl=none && \ ninja -j$(nproc) -C out/Release node RUN cp /build/node-$VERSION/LICENSE /out/LICENSE && cp /build/node-$VERSION/out/Release/node /out/bin/node