This happens because we just merged the clang compilation https://github.com/apache/incubator-mxnet/commit/2b73aac527a3439ec0dc9b1e76c6df09ea347eb1. This means that clang has to get installed on all slaves and after some time, the docker images will be cached. The problem right now is that their apt-server is unavailable, means the initial installation to create the docker cache doesn't succeed. In future, this will be cached.
-Marco On Thu, Jan 11, 2018 at 11:45 PM, Chris Olivier <[email protected]> wrote: > do we download all submodules from scratch every build? if we do then we > should probably find a way not to suggest just doing git reset or something > like that > > > > On Thu, Jan 11, 2018 at 1:47 PM Marco de Abreu < > [email protected]> > wrote: > > > Hello, > > > > we're currently experiencing a CI outage caused by http://apt.llvm.org > not > > being reachable. > > > > Best regards, > > Marco > > >
