parthchandra commented on issue #1552: URL: https://github.com/apache/datafusion-comet/issues/1552#issuecomment-2748700872
> [@parthchandra](https://github.com/parthchandra) > > Looks like using ubuntu 16.04 dose not work since the dependencies will not compile successfully. > > I tried to use the zigbuild, at least `cd native && cargo zigbuild --target x86_64-unknown-linux-gnu.2.26 --release $(FEATURES_ARG)` was executed successfully. > > However, since I need to run it in amazonlinux2 environment, I try to do make core-amd64, but it looks like `./dev/deploy-file` is missing. You should be able to use the library produced by zigbuild. After you build the comet library with zigbuild, `mvn package` should be able to build a jar with the library you just built. If the binary got built correctly, then it should be usable on amazonlinux2. (thank you for trying this out, this is new to me as well!). -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org