Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport "Remove stdlib213 from community build tests" to LTS #21996

Open
wants to merge 1 commit into
base: backport-lts-3.3-21120
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,6 @@ object projects:
// sbtDocCommand = "dotty-community-build/doc"
)

lazy val stdLib213 = SbtCommunityProject(
project = "stdLib213",
extraSbtArgs = List("-Dscala.build.compileWithDotty=true"),
sbtTestCommand = """set Global / fatalWarnings := false; library/compile""",
sbtPublishCommand = """set Global / fatalWarnings := false; set library/Compile/packageDoc/publishArtifact := false; library/publishLocal""",
// sbtDocCommand = "library/doc" // Does no compile? No idea :/
)

lazy val shapeless3 = SbtCommunityProject(
project = "shapeless-3",
sbtTestCommand = List(
Expand Down Expand Up @@ -796,7 +788,6 @@ def allProjects = List(
projects.scalaPB,
projects.minitest,
projects.fastparse,
projects.stdLib213,
projects.shapeless3,
projects.xmlInterpolator,
projects.effpi,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class CommunityBuildTestC:
@Test def sourcecode = projects.sourcecode.run()
@Test def specs2 = projects.specs2.run()

@Test def stdLib213 = projects.stdLib213.run()
@Test def ujson = projects.ujson.run()
@Test def upickle = projects.upickle.run()
@Test def utest = projects.utest.run()
Expand Down