Skip to content

Commit 6bbaaf7

Browse files
committed
fix: remove unsupported configure options for Node.js
Only keep options that are actually supported: - --without-npm - --without-corepack Remove unsupported options that caused error: - --without-dtrace - --without-inspector - --without-intl - --without-etw - --without-report
1 parent 562f8c5 commit 6bbaaf7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build_node_shared.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,7 @@ jobs:
107107
fi && \
108108
./configure --shared \
109109
--without-npm \
110-
--without-corepack \
111-
--without-inspector \
112-
--without-intl \
113-
--without-etw \
114-
--without-dtrace \
115-
--without-report && \
110+
--without-corepack && \
116111
make -j1
117112
"
118113

0 commit comments

Comments
 (0)