Skip to content

Commit a7f7a87

Browse files
targosMylesBorins
authored andcommitted
build: run test-hash-seed at the end of test-v8
The v8 and test-hash-seed targets cannot be run in parallel because they need different copies of the deps/v8 directory. Ref: #14004 (comment) Backport-PR-URL: #15562 PR-URL: #14219 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 43bbfaf commit a7f7a87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,15 @@ test-timers:
259259
test-timers-clean:
260260
$(MAKE) --directory=tools clean
261261

262-
test-v8: v8 test-hash-seed
262+
test-v8: v8
263263
# note: performs full test unless QUICKCHECK is specified
264264
deps/v8/tools/run-tests.py --arch=$(V8_ARCH) \
265265
--mode=$(BUILDTYPE_LOWER) $(V8_TEST_NO_I18N) $(QUICKCHECK_ARG) \
266266
--no-presubmit \
267267
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
268268
$(TAP_V8)
269+
@echo Testing hash seed
270+
$(MAKE) test-hash-seed
269271

270272
test-v8-intl: v8
271273
# note: performs full test unless QUICKCHECK is specified

0 commit comments

Comments
 (0)