diff --git a/makefile.shade b/makefile.shade index e5bd1b9035..744007ef33 100644 --- a/makefile.shade +++ b/makefile.shade @@ -151,9 +151,8 @@ var buildTarget = "compile" foreach (var batch in batchedRepos) { - Parallel.ForEach(batch.ToArray(), new ParallelOptions { MaxDegreeOfParallelism = 4 }, repo => + Parallel.ForEach(batch.ToArray(), new ParallelOptions { MaxDegreeOfParallelism = IsLinux ? 1 : 4 }, repo => { - var blockName = string.Format("Building {0}", repo); if (blockLogger != null)