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

Fix build revision for scala-cli #186

Merged
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
12 changes: 7 additions & 5 deletions coordinator/configs/custom-projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ apache/incubator-pekko-http
apache/incubator-pekko
apache/incubator-pekko-grpc
apache/incubator-pekko-connectors-kafka
apache/incubator-pekko-connectors
# Build issue, requires scala-collection-compat_3
# 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
# Missing dependencies
# apache/incubator-pekko-persistence-cassandra
# apache/incubator-pekko-persistence-jdbc
# apache/incubator-pekko-persistence-r2dbc
# apache/incubator-pekko-projection
lichess-org/lila
lichess-org/lila-ws
lichess-org/playframework-lila
Expand Down
16 changes: 16 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ anatoliykmetyuk_simple-rockets-compiler{
# multi string settings need to use `:` since 3.2
sbt.commands = ["""set core/Compile/doc/scalacOptions ~= {_.diff(Seq("-comment-syntax", "wiki")) ++ Seq("-comment-syntax:wiki")}"""]
}
apache_incubator-pekko.java.version = 8
apache_incubator-pekko-http {
projects.exclude = [
# Scalafix supports only Scala2
"pekko-http-scalafix-rules","pekko-http-scalafix-tests",
"http-scalafix-test-input", "http-scalafix-test-output",
# Build issue requires Scalafix
"pekko-http-tests", "pekko-http-docs"
]
}
apache_incubator-pekko-connectors-kafka {
projects.overrides {
pekko-connectors-kafka-java-tests.tests = compile-only
}
}
apache_incubator-pekko-persistence-dynamodb.tests = compile-only
apimorphism_telegramium.tests = compile-only
armanbilge_litter.sbt.commands = ["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"]
armanbilge_feral.projects.exclude = [
Expand Down
1 change: 0 additions & 1 deletion project-builder/build-revision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ else
scala-cli clean $scriptDir/scala-cli/
scala-cli clean repo
scala-cli $scriptDir/scala-cli/build.scala -- repo "$scalaVersion" "$projectConfig"
exit 1
fi