Blame SOURCES/coreclr-sequential-build.patch

3c81b8
diff --git a/build.sh b/build.sh
3c81b8
index 39e96dd..b8a1a44 100755
3c81b8
--- dotnet/src/coreclr/build.sh
3c81b8
+++ dotnet/src/coreclr/build.sh
3c81b8
@@ -307,9 +307,9 @@ build_native()
3c81b8
     # Check that the makefiles were created.
3c81b8
     pushd "$intermediatesForBuild"
3c81b8
 
3c81b8
-    echo "Executing $buildTool install -j $NumProc"
3c81b8
+    echo "Executing $buildTool install"
3c81b8
 
3c81b8
-    $buildTool install -j $NumProc
3c81b8
+    $buildTool install
3c81b8
     if [ $? != 0 ]; then
3c81b8
         echo "Failed to build $message."
3c81b8
         exit 1