Open
Description
Previously, I believe we could have built in parallel with a -j 6
option (thanks to @douglasjacobsen b277e03d17c94bb320138a5061b019f935a4b4df
). However, this is no longer the case and a failed build occurs when attempting to build in parallel. There are many parts of our build process that are independent and it may be worth ensuring parallel builds again for more rapid development.
cc @mark-petersen, @xylar and @philipwjones