void-ptr974 commented on PR #4805:
URL: https://github.com/apache/bookkeeper/pull/4805#issuecomment-4585879887

   Thanks for working on this!
   
   I tested this locally with Colima. The overall approach works, but the 
Docker image build currently misses one dependency: Zig is downloaded as a 
`.tar.xz` archive and extracted with `tar -xJ`, while the base image does not 
include `xz`.
   
   Adding `xz-utils` to the `apt-get install` list fixes the image build for 
me. After that, I also verified `mvn -B -pl native-io -am -DskipTests package` 
inside the image, and both `linux-x86_64-gnu` and `linux-aarch64-gnu` native 
libraries were generated successfully.


-- 
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]

Reply via email to