yasiribmcon opened a new pull request, #450:
URL: https://github.com/apache/mesos/pull/450

   Upgraded grpc from 1.10.0 to **1.11.1** as the newer version has support for 
s390x(big-endian) machines.
   Changes have also been migrated  from grpc-1.10.0.patch to grpc-1.11.1.patch.
   
   grpc 1.11.1 tar.gz has been created using below commands:
   
   **_git clone -b v1.11.1 https://github.com/grpc/grpc.git grpc-1.11.1
   cd grpc-1.11.1/
   git submodule update --init third_party/cares
   cd ..
   tar zcf grpc-1.11.1.tar.gz --exclude .git grpc-1.11.1_**
   
   We have run **mesos-build.sh**(which is also used by Mesos CI) and its 
passing for below configuration :
   **_BUILDTOOL=(cmake / autotools)
   COMPILER=gcc
   CONFIGURATION="--verbose --disable-libtool-wrappers 
--disable-parallel-test-execution"
   ENVIRONMENT="GLOG_v=1 MESOS_VERBOSE=1 MESOS_TEST_AWAIT_TIMEOUT=60secs"_**
   
   Only one test case _DockerFetcherPluginTest.INTERNET_CURL_FetchBlob_ is 
failing for both intel(amd64) and s390x as its referring to a private registry 
registry-1.docker.io, so this test case should pass when it gets run from Mesos 
CI.
   
   CI logs(Intel/S390X) : 
[CI_Logs.zip](https://github.com/apache/mesos/files/10091041/CI_Logs.zip)
   
   Note : We will remove GRPC changes from PR : 
https://github.com/apache/mesos/pull/449  and will resume work on it after this 
PR is merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to