> On July 21, 2015, 9:17 p.m., Vinod Kone wrote: > > did you also test with ubuntu? > > Vinod Kone wrote: > any updates on this?
Sorry this took a while. It turned out I needed a solution to MESOS-781 to get this to work correctly. I ran the test with: `OS="centos:7" COMPILER="gcc" CONFIGURATION="--enable-libevent --enable-ssl" support/jenkins_build.sh` `OS="ubuntu:14.10" COMPILER="gcc" CONFIGURATION="--enable-libevent --enable-ssl" support/jenkins_build.sh` The ssl dependencies were already installed on ubuntu:14.10 so I did not need to augment it. - Joris ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36646/#review92478 ----------------------------------------------------------- On July 31, 2015, 8:55 p.m., Joris Van Remoortere wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36646/ > ----------------------------------------------------------- > > (Updated July 31, 2015, 8:55 p.m.) > > > Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Vinod Kone. > > > Bugs: MESOS-2963 and MESOS-781 > https://issues.apache.org/jira/browse/MESOS-2963 > https://issues.apache.org/jira/browse/MESOS-781 > > > Repository: mesos > > > Description > ------- > > Also added libevent dependency to jenkins build. > > In jenkins we can now provide 3 options for the `CONFIGURATION` environment > variable that are: ` ` for the default build, `--enable-libevent` for > libevent, and `--enable-libevent --enable-ssl` for SSL. > > > Diffs > ----- > > support/jenkins_build.sh 7276fe28b558d96f90fc950b3ffad78573732eef > > Diff: https://reviews.apache.org/r/36646/diff/ > > > Testing > ------- > > `OS="CENTOS" COMPILER="GCC" CONFIGURATION="--enable-libevent --enable-ssl" > ./support/jenkins_build.sh` > > > Thanks, > > Joris Van Remoortere > >
