gleono opened a new issue, #87: URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/87
Hello! I stumbled upon this project and it really caught my curiosity. However, when I was trying to set it up on my machine (M1 Mac) I had to build a new docker image and found that it was broken. I decided to investigate the issue a little bit more and ran the built image locally using the command `./gradlew distDocker` and I got the following error: ``` Failed to load /app/libhostpolicy.so, error: Error relocating /app/libhostpolicy.so: unsupported relocation type 7 An error occurred while loading required library libhostpolicy.so from [/app/] ``` Fixing this would make it easier to test changes to the runtime on a M1 mac. I have a [branch](https://github.com/gleono/openwhisk-runtime-dotnet/tree/docker-aspnet-runtime) with a possible fix for this, but I don't have access to a x64 machine to test the image. I tested the changes locally by running OpenWhisk as a standalone container on Docker and used `wsk` with the `--docker` argument and it seemed to work fine :) I don't know how to run the rest of the tests with this setup. Is the recommendation to use Ansible for setting up local environment? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
