You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/09/24 12:21:34 UTC

[GitHub] [openwhisk-runtime-go] sciabarracom commented on issue #104: Cannot build the runtime

sciabarracom commented on issue #104: Cannot build the runtime
URL: https://github.com/apache/openwhisk-runtime-go/issues/104#issuecomment-534532623
 
 
   actually the build, as the other runtimes, expects you have already installed locally in a maven repository the test jars as they historically were not published in maven central. Also since to run the tests you need to have built the docker images, the procedure is:
   1. do a ./gradlew install of the openwhisk repo
   2. ./gradlew -x test distDocker
   3. ./gradlew test
   
   patches to cleanup this situation are welcome

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services