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
Revert "[roottest] Remove sequential compilation with Ninja."
This reverts commit e8519e4.
Since a week, I experienced several corrupted incremental builds
and tests. I strongly suspect this commit to be the reason. Indeed
launching Ninja concurrently that need to build a dependency will
execute the same command multiple times, leading to potentially
corrupted files. In principle, the same problem applies to Makefiles
but there we use the /fast targets and ignore outdated dependencies.
0 commit comments