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/15 18:41:56 UTC

[GitHub] KellenSunderland commented on a change in pull request #13285: Force APT cache update before executing install

KellenSunderland commented on a change in pull request #13285: Force APT cache update before executing install
URL: https://github.com/apache/incubator-mxnet/pull/13285#discussion_r233962706
 
 

 ##########
 File path: ci/docker/install/ubuntu_llvm.sh
 ##########
 @@ -23,4 +23,5 @@ echo deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main\
      >> /etc/apt/sources.list.d/llvm.list
 
 wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
-apt-get update && apt-get install -y --force-yes llvm-5.0
\ No newline at end of file
+apt-get update || true
+apt-get install -y --force-yes llvm-5.0
 
 Review comment:
   Nit: NL.

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