strip.exe' finished with non-zero exit value
Running against a couple of build issues. When doing a packageMingwX64AppRELEASE, I get a Execution failed for task ':packageMingwX64AppRELEASE'.
Process 'command 'C:\Users\runneradmin.konan\dependencies\msys2-mingw-w64-x86_64-1\bin\strip.exe'' finished with non-zero exit value 1
If building the executable on linux and macOS we can try to use wine64 .../strip.exe to run it. We can also enable running the mingwX64 target by using wine64
If building the executable on linux and macOS we can try to use
wine64 .../strip.exeto run it. We can also enable running the mingwX64 target by using wine64
I'm not sure I understand what you're saying. The failing builds happen on both my Windows machine and on GitHub actions (again using a Windows image). Where would wine64 come into play?
Sorry for the confusion, that was just an annotation/idea for myself :) That idea will allow to build native packages for windows, linux and mac on a mac machine directly.
But indeed it is not fully related to the issue.
No problems! Thanks for the clarification.