Hi, This is pretty cool! It worked for me right away without issue. I have my own similar rsync based script I've been using to build Lucene/Solr on other machines/VM -- https://gist.github.com/dsmiley/fdd589758cd74009222c518640b093b5 It's generous for crave.io to offer free build servers. However most of my builds I will continue to use my "buildbox" script because I have access to a much beefier machine.
~ David On Mon, May 18, 2020 at 10:00 AM Pushkar Raste <[email protected]> wrote: > Hi, > > Building Lucene/Solr with all tests takes about ~50 minutes to an hour > depending on how powerful your machine is. > Try out https://crave.io/ > <https://link.getmailspring.com/link/[email protected]/0?redirect=https%3A%2F%2Fcrave.io%2F&recipient=cHVzaGthci5yYXN0ZUBnbWFpbC5jb20%3D> > to > run your builds in the cloud and free up resources on your development > machine. > > To run the builds in the cloud, just download crave and simply run > following command from within your lucene/solr source code directory: > > $ <path/to/crave>/crave run ant <target> > > Crave will pick up the local changes on your development machine while > building in the cloud. > > Let me know your experience. > >
