Closed
Description
nodejs 10.0.0 tarball contains deps/v8/third_party/eu-strip/
which provides a precompiled elf-executable for v8 build bots (i think). It's been added to v8 here:
v8/v8@571076e
This poses some problems:
- the source is not provided (this is the worst problem from the distributor point of view)
- it adds 105ko of useless files
Could it be removed ? Thanks !