Fix build by adapting akka versions#139
Fix build by adapting akka versions#139dgrove-oss merged 2 commits intoapache:masterfrom mhenke1:fix-build
Conversation
dgrove-oss
left a comment
There was a problem hiding this comment.
@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. |
dgrove-oss
left a comment
There was a problem hiding this comment.
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