-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36646/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone.
Bugs: MESOS-2963
https://issues.apache.org/jira/browse/MESOS-2963
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