Closed mgcrea closed 8 years ago
I've added an extra commit to this PR that fixed many builds when trying on a complex package.json from a modern react app. Basically all builds are now run serially. That prevents race conditions that would make the builds fail most of the time when several builds where run in parallel.
Uh, that's interesting. Does the order in which we build the packages matter?
@alexanderGugel I don't think the order matters, I encountered mostly file missing
errors that would not happen when I installed+build packages one by one. I guess node-gyp
does not like being run in parallel.
By the way, I think we should build by default (and maybe add an option to skip builds), having non working setups after an ied i
feels a bit clunky.
Checklist
Affected core subsystem(s)
Build
Description of change
Added support for
dtrace-provider@0.6.0
build.