We could modify the toolchain to split large files into chunks so that no chunk exceeds a certain size. Then we could change the downloading logic to reassemble them. Would that help? If so, what chunk size would work for you?
Thanks, Joe On Wed, Aug 3, 2022 at 8:26 PM yx91...@126.com <yx91...@126.com> wrote: > Hi Team, > I'm working on https://issues.apache.org/jira/browse/IMPALA-11454, aim > at reducing the kudu package's size in toolchain. I found that after > stripping binaries for kudu release package, we can save 264M in final > tar.gz file, though we may lost symbols for kudu release package, but I > think it is acceptable. > do you agree to strip binaries in toolchain release packages? I would > like to hear your opinions. > > > > > > > Thanks, > Xiang Yang