About building jar from repo. #3461
Answered
by
mbutrovich
ilia-susanoo
asked this question in
Q&A
|
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? |
Answered by
mbutrovich
Feb 12, 2026
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. |
0 replies
Answer selected by
mbutrovich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.