-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36646/
-----------------------------------------------------------
(Updated July 31, 2015, 9:02 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 (updated)
-------
`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`
Thanks,
Joris Van Remoortere