Skip to content

Commit 214bb04

Browse files
committed
Build.scala: hardcode maximum number of parallel tasks to 8
1 parent 1e7c6a5 commit 214bb04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/Build.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ object DottyBuild extends Build {
5454

5555
override def settings: Seq[Setting[_]] = {
5656
super.settings ++ Seq(
57+
concurrentRestrictions in Global := {
58+
Tags.limitAll(8) :: Nil
59+
},
5760
scalaVersion in Global := scalacVersion,
5861
version in Global := dottyVersion,
5962
organization in Global := dottyOrganization,

0 commit comments

Comments
 (0)