build: fix test-v8 target
Clean the deps/v8 directory before rebuilding node for the hash seed test. It is necessary to avoid the script added in [1] to use ignored files while generating `node-debug-support.cc`. [1]: https://github.com/nodejs/node/pull/14901 PR-URL: https://github.com/nodejs/node/pull/17269 Fixes: https://github.com/nodejs/node-v8/issues/26 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
parent
af78840b19
commit
6c47033024
1
Makefile
1
Makefile
@ -501,6 +501,7 @@ test-v8: v8
|
|||||||
--no-presubmit \
|
--no-presubmit \
|
||||||
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
|
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
|
||||||
$(TAP_V8)
|
$(TAP_V8)
|
||||||
|
git clean -fdxq -- deps/v8
|
||||||
@echo Testing hash seed
|
@echo Testing hash seed
|
||||||
$(MAKE) test-hash-seed
|
$(MAKE) test-hash-seed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user