apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
59 stars 74 forks source link

match core repo change in SNAPSHOT version #232

Closed dgrove-oss closed 1 year ago

dgrove-oss commented 1 year ago

Thanks! Assuming this worked, we'll need to do the same thing across all of our runtime repos.

bdoyle0182 commented 1 year ago

Sorry about that, definitely was not expecting a change in the core repo version to break the downstream runtimes, is there a hard dependency that the runtime repo version has to match the current version of the core repo?

dgrove-oss commented 1 year ago

Not a big deal....no worries:)

What we want to do is to test the runtimes against the latest (SNAPSHOT) version of the core tests, so we checkout the core repository and install the tests. We probably should try to eliminate the duplication of the core version number in the downstream repos. I haven't looked to see how easy/hard that would be. Probably worth looking into that before fixing the rest of the runtimes. Would be best to fix them by eliminating the hard dependency.