basho-labs / riak-mesos-legacy

DEPRECATED: An Apache Mesos framework for Riak KV. Do not run in production.
Apache License 2.0
37 stars 10 forks source link

Upload artifacts to S3 to enable faster and simpler build environments #66

Closed drewkerrigan closed 9 years ago

drewkerrigan commented 9 years ago

Currently we require the entire framework to be built in Ubuntu simply because of the chroot / debootstrap requirements.

We can make compilation easier and faster by making the full build optional, and adding the ability to automatically download the precompiled artifacts from S3.

drewkerrigan commented 9 years ago

done