You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands behaving non-deterministically, i.e. run it again and you might get a different result:
1 ./scripts/ninja.js clean, config , build
2 node scripts/install -force-lib-rebuild
It could be that running with ninja -j 1 makes this more deterministic. If so that would confirm.