Skip to content

Commit ad9a857

Browse files
targosgibfahn
authored andcommittedDec 19, 2017
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 90ee2ee commit ad9a857

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
@@ -306,6 +306,7 @@ test-v8: v8
306306
--no-presubmit \
307307
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
308308
$(TAP_V8)
309+
git clean -fdxq -- deps/v8
309310
@echo Testing hash seed
310311
$(MAKE) test-hash-seed
311312

0 commit comments

Comments
 (0)
Please sign in to comment.