Skip to content

Commit b67fcf2

Browse files
authored
chore: drop dependency management in the CB (#24061)
These changes were agreed on during the Core Meeting on September 24th, 2025. [skip test] [skip test_windows_fast] [skip test_sbt]
2 parents a120c7c + 68e78a7 commit b67fcf2

File tree

27 files changed

+10
-577
lines changed

27 files changed

+10
-577
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
391391

392392
- name: Test sbt
393-
run: ./project/scripts/sbt "sbt-test/scripted; sbt-community-build/scripted"
393+
run: ./project/scripts/sbt "sbt-test/scripted"
394394

395395
publish_release:
396396
permissions:

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ val `dist-win-x86_64` = Build.`dist-win-x86_64`
4747
val `dist-linux-x86_64` = Build.`dist-linux-x86_64`
4848
val `dist-linux-aarch64` = Build.`dist-linux-aarch64`
4949
val `community-build` = Build.`community-build`
50-
val `sbt-community-build` = Build.`sbt-community-build`
5150
val `scala3-presentation-compiler` = Build.`scala3-presentation-compiler`
5251
val `scala3-presentation-compiler-testcases` = Build.`scala3-presentation-compiler-testcases`
5352

community-build/src/scala/dotty/communitybuild/CommunityBuildRunner.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ object CommunityBuildRunner:
1717
*/
1818
extension (self: CommunityProject)
1919
def run()(using suite: CommunityBuildRunner): Unit =
20-
self.dependencies.foreach(_.publish())
21-
self.testOnlyDependencies().foreach(_.publish())
2220
suite.runProject(self)
2321
end extension
2422

0 commit comments

Comments
 (0)