marcoabreu commented on a change in pull request #9330: WIP: Add clang job to 
the CI
URL: https://github.com/apache/incubator-mxnet/pull/9330#discussion_r160361401
 
 

 ##########
 File path: tests/ci_build/Dockerfile.cpu.clang
 ##########
 @@ -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
 
 Review comment:
   Might think about version binding? I'm not familiar with the clang compiler, 
but if it's usually no problem to simply upgrade I'd be happy to leave it as-is 

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

Reply via email to