gokselk commented on PR #441: URL: https://github.com/apache/arrow-datafusion-python/pull/441#issuecomment-1659436629
I made an attempt to address this, but it seems that [manylinux2014-cross](https://github.com/rust-cross/manylinux-cross) relies on GCC 4.8.5, causing compilation issues with the `libmimalloc-sys` crate. At the moment, I haven't found a straightforward solution to this problem. However, I will closely monitor the status of manylinux2014-cross and plan to submit a pull request once they update GCC to version 4.9 or higher. It's worth noting that the compilation occurs inside the manylinux container, so installing dependencies before building won't resolve the current issue. Any suggestions or assistance on this matter would be greatly appreciated. -- 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]
