On Tue, Sep 4, 2018 at 10:15 AM, kefu chai <tchaikov@xxxxxxxxx> wrote: > hi guys, > > we build boost every time when building ceph. i don't think it's > efficient, hence http://tracker.ceph.com/issues/25186 is filed to > track this issue. > > to cache the built libboost for xenial and bionic, we can setup a PPA > repo or host the repo by ourselves. if this approach works fine, we > can also build libboost for centos. and expand the coverage to other > dependencies, like dpdk, rocksdb and seastar. > > what do you think? I worry about the maintenance burden. Repositories are somewhat easy with our infrastructure. If we are able to HTTP POST the binary to chacra.ceph.com Who will be maintaining this package? We have done something similar in the past, where Vagrant doesn't have a repository (but does have packages) and we've set them up at https://chacra.ceph.com/r/vagrant/latest/HEAD/ so that our tooling can just consume from there. > > -- > Regards > Kefu Chai