Kevin Klues created MESOS-5630:
----------------------------------
Summary: Change build to always enable Nvidia GPU support for Linux
Key: MESOS-5630
URL: https://issues.apache.org/jira/browse/MESOS-5630
Project: Mesos
Issue Type: Improvement
Environment: Build / run unit tests in three build environments:
{noformat}
1) CentOS 7 on GPU capable machine
2) CentOS 7 on NON-GPU capable machine
3) OSX
$ rm -rf build; ./bootstrap; mkdir build; cd build; ../configure; make -j
check; sudo GTEST_FILTER="*NVIDIA*" src/mesos-tests
{noformat}
Test support/build_docker.sh (to make sure we won't crash Apache's CI):
{noformat}
$ ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1' CONFIGURATION="--enable-libevent
--enable-ssl" COMPILER=gcc BUILDTOOL=autotools OS=centos:7
support/docker_build.sh
$ ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1' CONFIGURATION="--enable-libevent
--enable-ssl" COMPILER=gcc BUILDTOOL=autotools OS=ubuntu:14.04
support/docker_build.sh
{noformat}
Reporter: Kevin Klues
Assignee: Kevin Klues
Fix For: 1.0.0
See Summary
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)