Skip to content

Commit a6c7030

Browse files
targosgibfahn
authored andcommitted
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]: #14901 PR-URL: #17269 Fixes: nodejs/node-v8#26 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent 8c2707b commit a6c7030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ test-v8: v8
506506
--no-presubmit \
507507
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
508508
$(TAP_V8)
509+
git clean -fdxq -- deps/v8
509510
@echo Testing hash seed
510511
$(MAKE) test-hash-seed
511512

0 commit comments

Comments
 (0)