Disabling parallel builds without daemon again and undoing apprpriate fix to broken tests problem, since it effectively cancelled fix for parallel building itself and was causing exceptions on heavy builds

(cherry picked from commit 0610452)

Original commit: 4643d7fc4d
This commit is contained in:
Ilya Chernikov
2015-11-12 17:13:26 +01:00
parent 2e3d3a5117
commit e5cb56662e
@@ -70,7 +70,7 @@ public class CompilerRunnerUtil {
}
@Nullable
public static Object invokeExecMethod(
public synchronized static Object invokeExecMethod(
@NotNull String compilerClassName,
@NotNull String[] arguments,
@NotNull CompilerEnvironment environment,