Yan Titarenko
Yan Titarenko
Considering a community-driven implementation of a Golang backend, for Flow9.
Hi. I wonder if end-users of Flow could find any real advantage in build automation of corresponding C++ backend. https://guides.gradle.org/building-cpp-libraries/ https://blog.gradle.org/introducing-the-new-cpp-plugins I have some options for involving experts in writing...
For supporting multi-arch cross-compilation. But that is not solving my issues, for on-premise compilation (where host arch=guest arch, i.e. arm64)
Consider inspecting the following discussions: https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ https://github.com/apache/openwhisk-wskdeploy/issues/1130
Consult the following, in case if you have any questions: https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ https://github.com/apache/openwhisk-wskdeploy/issues/1130
On behalf of https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ A part of https://github.com/apache/openwhisk-wskdeploy/issues/1130
https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ https://github.com/apache/openwhisk-wskdeploy/issues/1130
Consult the following discussions, for farther details: https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ https://github.com/apache/openwhisk-wskdeploy/issues/1130 Compared to a summary, known threw a patch https://gist.github.com/advancedwebdeveloper/9ee1d333d0101b06823735cf871055b1 - the code above was not formatted automatically, via https://pkg.go.dev/golang.org/x/tools/cmd/goimports
So, while I was able to build > $ ./gradlew goBuild > > > Configure project : > Found go 1.16.2 in /usr/local/go/bin/go, use it. > > > Task :goPrepare...