Skip to content

Commit 6bbaf2c

Browse files
committed
tools: do not include npm in slim tarballs
1 parent fdcf4d9 commit 6bbaf2c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- deps/llhttp/**
1818
- deps/nghttp2/**
1919
- deps/ngtcp2/**
20+
- deps/npm/**
2021
- deps/openssl/*/**
2122
- deps/simdjson/**
2223
- deps/sqlite/**

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,8 @@ ifeq ($(SKIP_SHARED_DEPS), 1)
12291229
$(RM) -r $(TARNAME)/deps/llhttp
12301230
$(RM) -r $(TARNAME)/deps/nghttp2
12311231
$(RM) -r $(TARNAME)/deps/ngtcp2
1232+
$(RM) -r $(TARNAME)/deps/npm
1233+
$(RM) -r $(TARNAME)/test/parallel/test-npm-*
12321234
find $(TARNAME)/deps/openssl -maxdepth 1 -type f ! -name 'nodejs-openssl.cnf' -exec $(RM) {} +
12331235
find $(TARNAME)/deps/openssl -mindepth 1 -maxdepth 1 -type d -exec $(RM) -r {} +
12341236
$(RM) -r $(TARNAME)/deps/simdjson

0 commit comments

Comments
 (0)