-
Notifications
You must be signed in to change notification settings - Fork 59
add conductr-lib #432
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
add conductr-lib #432
Conversation
7fb1c5f
to
a011d84
Compare
oops, that was testing the wrong thing, try again: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1071/consoleFull (404 til Jenkins gets his woofers re-coned) |
akka24ConductRClientLib needs akka-sse. new run: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1073/consoleFull (404 til Jenkins steals all the lemons from the neighbors' backyard) |
@huntc at https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1074/consoleFull I'm seeing compile errors like:
I believe it's because you're using an old version of akka-sse. in your build I see this comment:
what way forward here do you suggest? can you upgrade and use the latest akka-sse? or should we not even try to build akka24ConductRClientLib here, for now? |
That particular lib shouldn't be processed. We are using sbt-doge to provide +compile. |
ok, trying again without akka24ConductRClientLib : https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1075/consoleFull (I don't follow what you're saying about sbt-doge, but maybe I don't need to?) |
Thanks Seth. In essence only each sub project that has a cross build setting for 2.12 needs including. There are quite a few that are required to be excluded. |
here's where we stand on what subprojects we are currently attempting to build:
do you see anything there you know right away I should throw out? (The community build has Akka 2.4 and Play 2.6, so maybe for starters I should throw out the play25 things? I think 2.6 hasn't diverged that much yet, so not sure...) |
trying it without the Play ones ( |
sweet, sweet green! |
Looks good. Thanks again Seth. We cannot upgrade Akka-SSE right now (breaking changes). Thanks for working around all that. |
@@ -820,6 +820,8 @@ build += { | |||
] | |||
} | |||
|
|||
// forked (December 2016) to get rid of the usual bintray-sbt stuff that | |||
// makes dbuild upset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SethTisue Please check: lightbend-labs/dbuild@7ef6be7
Bintray-sbt based projects should be ok with 0.9.7-RC1. In theory, at least.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cunei not in my experience — see lightbend-labs/dbuild#158, which I would suggest reopening as the problem doesn't seem to be solved. (I don't have the necessary access to reopen it myself.)
fyi @huntc
I can't actually test this quite yet because of another failure elsewhere in the build. I'll come back to it