> On April 8, 2016, 6 a.m., Vinod Kone wrote: > > support/docker_build.sh, line 84 > > <https://reviews.apache.org/r/45803/diff/1/?file=1327362#file1327362line84> > > > > gcc is installed by `build-essential`. don't you want to install clang > > like we did above?
clang does not exist on ubuntu ppc64le, but the clang-3.5 and clang 3.6 exists. I tested with v3.5 and v3.6, both of them can't work on Power, so I disabled clang on Power. - Zhiwei ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45803/#review127676 ----------------------------------------------------------- On April 6, 2016, 5:25 p.m., Zhiwei Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45803/ > ----------------------------------------------------------- > > (Updated April 6, 2016, 5:25 p.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 > >