----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45803/#review127676 -----------------------------------------------------------
support/docker_build.sh (lines 71 - 92) <https://reviews.apache.org/r/45803/#comment191057> Instead of copy pasting how about changing the `ubuntu*` case above to `*ubuntu*` support/docker_build.sh (line 84) <https://reviews.apache.org/r/45803/#comment191058> gcc is installed by `build-essential`. don't you want to install clang like we did above? - Vinod Kone On April 6, 2016, 9:25 a.m., Zhiwei Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45803/ > ----------------------------------------------------------- > > (Updated April 6, 2016, 9:25 a.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-4897 > https://issues.apache.org/jira/browse/MESOS-4897 > > > Repository: mesos > > > Description > ------- > > Add PowerPC LE CI for support/docker_build.sh. > > > Diffs > ----- > > support/docker_build.sh e9b1d7219b261475fb29118ee27d11743c2c5e0d > > Diff: https://reviews.apache.org/r/45803/diff/ > > > Testing > ------- > > On a PowerPC machine, run following command: > > ENVIRONMENT='GLOG_v=0' CONFIGURATION='--enable-libevent --enable-ssl' > OS='ppc64le/ubuntu:14.04' COMPILER=gcc ./support/docker_build.sh > > > Thanks, > > Zhiwei Chen > >
