You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/28 00:32:38 UTC

[GitHub] merlimat opened a new pull request #606: Added Jenkins setup for building C++ client

merlimat opened a new pull request #606: Added Jenkins setup for building C++ client
URL: https://github.com/apache/incubator-pulsar/pull/606
 
 
   ### Motivation
   
   The ASF Jenkins slaves do not have all the dependencies we require to compile the C++ client library. 
   To workaround the issue, we can compile C++ code inside a Docker image that already contains all the required dependencies. 
   
   The image is built from the provided `pulsar-client-cpp/docker/Dockerfile` and it's manually pushed to docker hub. https://hub.docker.com/r/apachepulsar/pulsar-build-cpp/
   
   ### Result
   
   We can enable Jenkins build on master and PRs. Once we have everything working stable, we'll turn off the Travis build.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services