Skip to content

Commit

Permalink
build: don't compile and test in parallel
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbergstroem committed Oct 23, 2015
1 parent 68471dd commit a5c9ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,5 @@ lint: jslint cpplint
blog blogclean tar binary release-only bench-http-simple bench-idle \
bench-all bench bench-misc bench-array bench-buffer bench-net \
bench-http bench-fs bench-tls cctest run-ci

.NOTPARALLEL: build-addons

0 comments on commit a5c9ad3

Please sign in to comment.