Skip to content

Commit e5e53ad

Browse files
committed
dotty-sbt-bridge-bootstrapped: Disable tests
Dotty crashes when trying to compile them currently.
1 parent b594dac commit e5e53ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project/Build.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,11 @@ object DottyInjectedPlugin extends AutoPlugin {
724724
lazy val `dotty-sbt-bridge-bootstrapped` = project.in(file("sbt-bridge")).
725725
dependsOn(`dotty-compiler-bootstrapped`).
726726
settings(commonBootstrappedSettings).
727-
settings(dottySbtBridgeSettings)
727+
settings(dottySbtBridgeSettings).
728+
settings(
729+
// Disabled because dotty crashes when compiling the tests
730+
sources in Test := Seq()
731+
)
728732

729733

730734
/** A sandbox to play with the Scala.js back-end of dotty.

0 commit comments

Comments
 (0)