lordgamez commented on a change in pull request #1047:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1047#discussion_r643714972



##########
File path: .github/workflows/ci.yml
##########
@@ -215,8 +215,14 @@ jobs:
           sudo ln -s /usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so 
/usr/lib/x86_64-linux-gnu/libsqlite3odbc.so
           echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
           echo -e "127.0.0.1\t$HOSTNAME" | sudo tee -a /etc/hosts > /dev/null
+          docker pull lordgamez/tensorflow-cc-binaries:ubuntu-20.04

Review comment:
       The problem is the build time takes too long build it in the CI. On my 
machine building on 12 threads took almost 2 hours just to build the Tensorflow 
libraries. Caching the results would probably help, but any time it would get 
invalidated it would hold the CI flow for hours.




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

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


Reply via email to