godruoyi commented on issue #2813: URL: https://github.com/apache/opendal/issues/2813#issuecomment-2733560881
Hi @Xuanwo, I created a test [PHP extension php-parallel](https://github.com/godruoyi/php-parallel) written in Rust and recently added PIE support for it. While we can now use `pie install` to install it. I noticed that running `pie install godruoyi/php-parallel` requires building the extension locally on our machines. This is not we want. Ideally, we want users to be able to directly install precompiled `.dylib`, `.dll`, or `.so` files without needing to build from source. I've opened an [issue](https://github.com/php/pie/issues/204) regarding this and waiting for a response now, will push more update here.  -- 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]
