You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/10/29 07:22:21 UTC

[rocketmq-client-python] branch ctypes updated: ctypes: docker build cpp from master branch

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch ctypes
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git


The following commit(s) were added to refs/heads/ctypes by this push:
     new 0e24e5f  ctypes: docker build cpp from master branch
     new 03f524c  Merge pull request #62 from messense/docker-master
0e24e5f is described below

commit 0e24e5fa1dc91613a5446511c1c468bcd36d8ede
Author: messense <me...@icloud.com>
AuthorDate: Tue Oct 29 14:48:00 2019 +0800

    ctypes: docker build cpp from master branch
---
 ci/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/Dockerfile b/ci/Dockerfile
index 68e862e..8066756 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -28,7 +28,7 @@ RUN curl -sqL https://zlib.net/zlib-1.2.11.tar.gz | tar -xz -C /tmp && \
   rm -rf /tmp/zlib-1.2.11
 
 # Build rocketmq-client-cpp
-RUN git clone --depth=1 --branch=1.2.3 https://github.com/apache/rocketmq-client-cpp.git /tmp/rocketmq-client-cpp && \
+RUN git clone --depth=1 --branch=master https://github.com/apache/rocketmq-client-cpp.git /tmp/rocketmq-client-cpp && \
   mkdir -p /tmp/rocketmq-client-cpp/tmp_down_dir && \
   curl -sqL -o /tmp/rocketmq-client-cpp/tmp_down_dir/libevent-release-2.1.8-stable.zip https://github.com/libevent/libevent/archive/release-2.1.8-stable.zip  && \
   curl -sqL -o /tmp/rocketmq-client-cpp/tmp_down_dir/jsoncpp-0.10.7.zip https://github.com/open-source-parsers/jsoncpp/archive/0.10.7.zip && \