Commit a5c9ad3
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
| 546 | + | |
0 commit comments