You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/12 22:26:19 UTC

[GitHub] KellenSunderland closed pull request #12978: WIP: use older, more compatible protobuf for TRT

KellenSunderland closed pull request #12978: WIP: use older, more compatible protobuf for TRT
URL: https://github.com/apache/incubator-mxnet/pull/12978
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/docker/install/tensorrt.sh b/ci/docker/install/tensorrt.sh
index 61e73ef9a62..bb02147a3ff 100755
--- a/ci/docker/install/tensorrt.sh
+++ b/ci/docker/install/tensorrt.sh
@@ -27,7 +27,7 @@ pushd .
 cd ..
 apt-get update
 apt-get install -y automake libtool
-git clone --recursive -b 3.5.1.1 https://github.com/google/protobuf.git
+git clone --recursive -b 2.6.1-artifacts https://github.com/google/protobuf.git
 cd protobuf
 ./autogen.sh
 ./configure --disable-shared CXXFLAGS=-fPIC


 

----------------------------------------------------------------
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