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_r160360903
##########
File path: Jenkinsfile
##########
@@ -168,6 +168,24 @@ try {
}
}
},
+ 'CPU: Clang': {
+ node('mxnetlinux-cpu') {
+ ws('workspace/build-cpu-clang') {
+ init_git()
+ def flag = """ \
+ USE_PROFILER=1 \
+ USE_CPP_PACKAGE=1 \
+ USE_BLAS=openblas \
+ USE_OPENMP=0 \
+ CXX=clang++ \
+ CC=clang \
+ -j\$(nproc)
+ """
+ make("cpu.clang", flag)
+ pack_lib('cpu.clang')
Review comment:
Could you replace the dot by an underscore as delimiter to fit the overall
style (both lines)?
----------------------------------------------------------------
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