jonpspri opened a new pull request #69: Adjust build to be kinder to 
multi-architecture.
URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/69
 
 
   1.  Add code to build.gradle (stolen^H^H^H^H^H^Hborrowed from the CLI build)
       to determine the building processor architecture and target
       'linux-FOO' for that architecture.
   2.  Set the gogradle flag to prefix gogradle stages with 'go' (eg
       goBuild), hence avoiding confusion with gradle build-in steps and
       unwilling execution of 'test', etc.
   3.  Add a dependency on ':goBuild' to the 'distDocker' builds to ensure
       that the proxy is properly build before building the Docker images.
   4.  Bump the Go version used by gogradle for the proxy build to 1.11.4
       to match the version used in the docker images.  We could make this
       a build argument to avoid having it in multiple places.
   5.  Documentation updates, including linting.

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


With regards,
Apache Git Services

Reply via email to