-
Notifications
You must be signed in to change notification settings - Fork 23
Fix build by adapting akka versions #139
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
Conversation
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.
@rabbah -- should we propagate this block across all the runtimes or does apache/openwhisk#5133 and https://github.com/apache/openwhisk/pull/5130/files simplify things?
Removing Mesos and bumping the akka kube management will reduce the change set to just 2 pinned libraries. Mesos was OK in Circle CI but the akka kube bump failed and I didn't investigate it. We can at least merge Mesos - I need to set aside some time to look into the other issue, I can't do it today. |
ok. I merged apache/openwhisk#5133. @mhenke1 I'll approve this in case it is urgently needed, but if we can stall for few days to avoid needing to do a separate PR to simplify later it might be better. |
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.
Approved in case fix is urgently needed; if possible would be nice to delay until we clean up the upstream to reduce the number of pinned libs
@dgrove-oss I am fine with waiting some more days. |
Merged so we can unblock #140 |
* Add support for Swift 5.4 - Added suport for Swift 5.4 by copying and adapting core of Swift 5.3. Files Modified during this Process (version set to 5.4 from 5.3): -- core/swift54Action/build.gradle -- core/swift54Action/CHANGELOG.md -- core/swift54Action/Dockerfile - Added Swift 5.4 entries to: -- settings.gradle -- .travis.yml -- README.md -- ansible/files/runtimes.json * Fix build by adapting akka versions (#139) * Add fixes from #139 Co-authored-by: Martin Henke <martin.henke@web.de>
Fix taken from apache/openwhisk-runtime-ruby#61