marcoabreu commented on issue #9330: WIP: Add clang job to the CI URL: https://github.com/apache/incubator-mxnet/pull/9330#issuecomment-356241287 Exactly. But let's keep version pinning only to absolute minimum. Maybe we can ask around and see if anybody has had a bit more experience with clang and can recommend whether version pinning is necessary. Am 09.01.2018 11:15 vorm. schrieb "Kellen Sunderland" < [email protected]>: > *@KellenSunderland* commented on this pull request. > ------------------------------ > > In tests/ci_build/Dockerfile.cpu.clang > <https://github.com/apache/incubator-mxnet/pull/9330#discussion_r160365760> > : > > > @@ -0,0 +1,15 @@ > +FROM ubuntu:16.04 > + > +COPY install/ubuntu_install_core.sh /install/ > +RUN /install/ubuntu_install_core.sh > +COPY install/ubuntu_install_python.sh /install/ > +RUN /install/ubuntu_install_python.sh > +COPY install/ubuntu_install_scala.sh /install/ > +RUN /install/ubuntu_install_scala.sh > +COPY install/ubuntu_install_r.sh /install/ > +RUN /install/ubuntu_install_r.sh > +COPY install/ubuntu_install_perl.sh /install/ > +RUN /install/ubuntu_install_perl.sh > + > +# Install clang 3.9 (the same version as in XCode 8.*) > +RUN apt-get -y install clang > > You mean pinning it to a specific version right? I actually had a specific > version specified here, I can re-enable it. Believe it or not the public > key from llvm.org was returning a bunch of server errors the other day. > It seems fine today, so let's try and re-enable it and keep an eye out for > server errors. > > ? > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-mxnet/pull/9330#discussion_r160365760>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ARxB6wST89RuqUhtg6cNMtWc93ClOo2hks5tIzw2gaJpZM4RVZfj> > . >
---------------------------------------------------------------- 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
