Valen Varangu-Booth
Valen Varangu-Booth
I've just run into this issue as well... I solved it in my own code by passing my own InputStream rather than a File to the UploadableArtifact constructor... but really...
This would be really handy - I've got some code I need to debug on an Omega2, no way to get anything on there except to cross compile. Doesn't really...
Exact same issue here, ended up using the develop-4.4 branch (at [82c9666](https://github.com/rockchip-linux/kernel/commit/82c9666cb6fe999eb61f23c2c9d0d5dad7332fb6)) which seems to build fine - so much for having a "release" branch!.
I've gotten it rudimentarily working on a branch in my fork: https://github.com/valenvb/civicrm-buildkit-docker/tree/xdebug-3 A couple of snags I want to address before opening a PR; Not sure if this is a...
I've worked some solutions to the above, splitting the Xdebug config between `buildkit.ini` (global), `php.ini` (web only), and `php-cli.ini` (cli only) makes it easy to the cli and web settings...