Skip to content

Commit a5c9ad3

Browse files
committed
build: don't compile and test in parallel
While invoking `make -j2 test-addons` the rules `all` and `test-build` (as part of `build-addons`) would be run simultaneously. Avoid this by telling `make` to not run `build-addons` in parallel.
1 parent 68471dd commit a5c9ad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,3 +542,5 @@ lint: jslint cpplint
542542
blog blogclean tar binary release-only bench-http-simple bench-idle \
543543
bench-all bench bench-misc bench-array bench-buffer bench-net \
544544
bench-http bench-fs bench-tls cctest run-ci
545+
546+
.NOTPARALLEL: build-addons

0 commit comments

Comments
 (0)