Re: Boost and manylinux CI builds

2019-03-04 Thread Ravindra Pindikura
> On Mar 4, 2019, at 4:45 AM, Wes McKinney wrote: > > hi Ravindra, > > Can we document this (just by copy-pasting what you wrote) on the wiki > or someplace for future work that may touch the manylinux package > builds? This might be a bit more discoverable than going through the > email

Re: Boost and manylinux CI builds

2019-03-03 Thread Wes McKinney
hi Ravindra, Can we document this (just by copy-pasting what you wrote) on the wiki or someplace for future work that may touch the manylinux package builds? This might be a bit more discoverable than going through the email logs Thanks! Wes On Fri, Mar 1, 2019 at 9:58 PM Ravindra Pindikura

Re: Boost and manylinux CI builds

2019-03-01 Thread Ravindra Pindikura
Thanks Uwe. For the record (in case someone needs to do it again), these are the steps : 1. Make the change in build_boost.sh 2. Setup an account on quay.io and link to your GitHub account 3. In quay.io , Add a new repository using : A. Link to GitHub

Re: Boost and manylinux CI builds

2019-02-27 Thread Uwe L. Korn
Hello Ravindra, simplest thing would be when you open a pull request and I can then pick this up and push it to my personal fork. Then a new image is built on quay.io. Otherwise, you can also activate quay.io on your fork to get the docker image to build. Uwe On Wed, Feb 27, 2019, at 8:41

Re: Boost and manylinux CI builds

2019-02-26 Thread Krisztián Szűcs
Hi Ravindra! You'll need to rebuild the docker image and change this line accordingly: https://github.com/apache/arrow/blob/master/ci/travis_script_manylinux.sh#L57 On Wed, Feb 27, 2019 at 8:29 AM Ravindra Pindikura wrote: > Hi, > > I added an include for boost header file in gandiva. This

Boost and manylinux CI builds

2019-02-26 Thread Ravindra Pindikura
Hi, I added an include for boost header file in gandiva. This compiles on ubuntu/Mac/windows, but fails with the manylinux CI entry. I’m getting a compilation failure : https://travis-ci.org/apache/arrow/jobs/498718755