Skip to content

Commit 0aeee30

Browse files
committed
Set native link concurrent restriction
1 parent d839095 commit 0aeee30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
1010
ThisBuild / githubWorkflowBuildMatrixExclusions += // TODO
1111
MatrixExclude(Map("scala" -> scala3, "project" -> "rootJVM"))
1212

13+
Global / concurrentRestrictions += Tags.limit(NativeTags.Link, 1)
14+
1315
val tzdbVersion = "2019c"
1416
val scalajavaLocalesVersion = "1.5.1"
1517
Global / onChangedBuildSource := ReloadOnSourceChanges

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")
88

99
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
1010

11-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9")
11+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")

0 commit comments

Comments
 (0)