About building jar from repo. #3461
-
|
Hello. I'm tryin to build jar with building guid from tag 0.12.0 on Debian Buster with jdk17, protoc-3.20.3 and maven 3.8.1 using command "make release PROFILES="-PLinux-amd64 -Pspark-4.0 -Pscala-2.13 -Pjdk17"". Also I'm trying dockerfile from repo for building jar without any changes. But builded artifact has size around 40Mb instead of around 68Mb in repository. What may be difference? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @ilia-susanoo! Thanks for trying out Comet! I think the released artifacts contain native libraries for aarch64 and amd64, so that likely explains the size difference. |
Beta Was this translation helpful? Give feedback.
Hi @ilia-susanoo! Thanks for trying out Comet! I think the released artifacts contain native libraries for aarch64 and amd64, so that likely explains the size difference.