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: [email protected] With regards, Apache Git Services
