Skip to content

Commit 64d7afc

Browse files
Backport "Remove stdlib213 from community build tests" to LTS (#21996)
Backports #18801 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents 7766fe9 + 602f659 commit 64d7afc

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Diff for: community-build/src/scala/dotty/communitybuild/projects.scala

-9
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,6 @@ object projects:
358358
// sbtDocCommand = "dotty-community-build/doc"
359359
)
360360

361-
lazy val stdLib213 = SbtCommunityProject(
362-
project = "stdLib213",
363-
extraSbtArgs = List("-Dscala.build.compileWithDotty=true"),
364-
sbtTestCommand = """set Global / fatalWarnings := false; library/compile""",
365-
sbtPublishCommand = """set Global / fatalWarnings := false; set library/Compile/packageDoc/publishArtifact := false; library/publishLocal""",
366-
// sbtDocCommand = "library/doc" // Does no compile? No idea :/
367-
)
368-
369361
lazy val shapeless3 = SbtCommunityProject(
370362
project = "shapeless-3",
371363
sbtTestCommand = List(
@@ -796,7 +788,6 @@ def allProjects = List(
796788
projects.scalaPB,
797789
projects.minitest,
798790
projects.fastparse,
799-
projects.stdLib213,
800791
projects.shapeless3,
801792
projects.xmlInterpolator,
802793
projects.effpi,

Diff for: community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class CommunityBuildTestC:
9595
@Test def sourcecode = projects.sourcecode.run()
9696
@Test def specs2 = projects.specs2.run()
9797

98-
@Test def stdLib213 = projects.stdLib213.run()
9998
@Test def ujson = projects.ujson.run()
10099
@Test def upickle = projects.upickle.run()
101100
@Test def utest = projects.utest.run()

0 commit comments

Comments
 (0)