File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -548,23 +548,6 @@ object Build {
548
548
val attList = (dependencyClasspath in Runtime ).value
549
549
val jars = packageAll.value
550
550
551
- // // put needed dependencies on classpath:
552
- // val path = for {
553
- // file <- attList.map(_.data)
554
- // path = file.getAbsolutePath
555
- // // FIXME: when we snip the cord, this should go bye-bye
556
- // if path.contains("scala-library") ||
557
- // // FIXME: currently needed for tests referencing scalac internals
558
- // path.contains("scala-reflect") ||
559
- // // used for tests that compile xml
560
- // path.contains("scala-xml") ||
561
- // // used for tests that compile dotty
562
- // path.contains("scala-asm") ||
563
- // // needed for the xsbti interface
564
- // path.contains("compiler-interface") ||
565
- // path.contains("util-interface")
566
- // } yield "-Xbootclasspath/p:" + path
567
-
568
551
val ci_build = // propagate if this is a ci build
569
552
sys.props.get(" dotty.drone.mem" ) match {
570
553
case Some (prop) => List (" -Xmx" + prop)
You can’t perform that action at this time.
0 commit comments