szaszm commented on a change in pull request #1047:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1047#discussion_r643709628
##########
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:
I'm not a fan of pulling binaries from a personal namespace either. Can
we pull original sources and build it ourselves, possibly caching the result?
--
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]