uccross / skyhookdm-ceph-cls

Skyhook Data Management: Storage and management of tabular data in Ceph.
https://www.skyhookdm.com
GNU Lesser General Public License v2.1
13 stars 9 forks source link

use system boost libraries in CI pipeline instead to avoid building them on every job #31

Open ivotron opened 4 years ago

ivotron commented 4 years ago

most of the time it takes to run the CI job (approx. 30%) is spent building boost. We can reduce this by installing boost on the builder image and then configuring the build with -DWITH_SYSTEM_BOOST=ON.