Skip to content

build: stop distclean from deleting v8 files

Rodrigo Muino Tomonari requested to merge github/fork/ryzokuken/build-21163 into master

Stop make distclean from deleting files in the deps/v8/testing/gmock folder, thus avoiding deleting version-controlled files important for v8.

Fixes: https://github.com/nodejs/node/issues/21163

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

/cc @trott @targos @nodejs/build

Merge request reports

Loading