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

Update config #182

Merged
merged 4 commits into from
Jul 7, 2023
Merged
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
11 changes: 11 additions & 0 deletions coordinator/configs/custom-projects.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
apache/incubator-pekko-management
apache/incubator-pekko-http
apache/incubator-pekko
apache/incubator-pekko-grpc
apache/incubator-pekko-connectors-kafka
apache/incubator-pekko-connectors
apache/incubator-pekko-persistence-dynamodb
apache/incubator-pekko-persistence-cassandra
apache/incubator-pekko-projection
apache/incubator-pekko-persistence-jdbc
apache/incubator-pekko-persistence-r2dbc
lichess-org/lila
lichess-org/lila-ws
lichess-org/playframework-lila
Expand Down
2 changes: 2 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ cognitedata_cognite-sdk-scala {
}
com-lihaoyi_requests-scala.tests = compile-only
com-lihaoyi_scalatags.tests = compile-only
com-lihaoyi_fastparse.projects.exclude = ["com.lihaoyi%pythonparse"] // Needs python

dacr_jassh.tests = compile-only
dacr_zio-lmdb.java.version = 17
Expand Down Expand Up @@ -384,6 +385,7 @@ monix_implicitbox.sbt.commands = ["set every Test/classLoaderLayeringStrategy :=
mvv_sager.sbt.commands = ["disableFatalWarnings"]
mvv_typine.sbt.commands = ["disableFatalWarnings"]

nafg_css-dsl.projects.exclude = ["io.github.nafg.css-dsl%fomanticui_scalatags"] // codegen fails
naoh87_lettucef.tests = compile-only
noelwelsh_mads.sbt.commands = ["disableFatalWarnings"]

Expand Down
2 changes: 1 addition & 1 deletion project-builder/scala-cli/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import os.CommandResult
|************************"
|""".stripMargin)

val outputDir = os.pwd / os.up
val outputDir = os.pwd
os.write.over(outputDir / "build-summary.txt", buildSummary.toJson)

val failedModules = projectsBuildResults
Expand Down