[
https://issues.apache.org/jira/browse/MESOS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148978#comment-13148978
]
Andy Konwinski commented on MESOS-31:
-------------------------------------
It's now building! see: https://builds.apache.org/job/Mesos-Trunk-Ubuntu.
I've renamed the build configuration to "Mesos-Trunk-Ubuntu".
it's set to poll svn every minute, and when it finds a change (i.e. a commit),
it runs configure, make, and all the tests.
This is done via the following script:
# java/latest does not appear to be 64bit jvm, see MESOS-76,
# so using a 64bit java explicitly
#export JAVA_HOME=/home/jenkins/tools/java/latest
export JAVA_HOME=/home/jenkins/tools/java/jdk1.6.0_20-64
export PATH=$JAVA_HOME/bin:$PATH
if [ -d build ]; then
rm -rf build
fi
mkdir build
cd build
../configure --with-python-headers=/usr/include/python2.6 \
--with-webui \
--with-java-home=$JAVA_HOME \
--with-java-headers=$JAVA_HOME/include \
--with-included-zookeeper
make
bin/tests/all-tests
> Create a build to run on builds.apache.org
> ------------------------------------------
>
> Key: MESOS-31
> URL: https://issues.apache.org/jira/browse/MESOS-31
> Project: Mesos
> Issue Type: Task
> Reporter: Chris Aniszczyk
>
> Mesos should be easy to build and should have a CI build running on
> https://builds.apache.org/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira