marcoabreu commented on a change in pull request #13914: Static build 
instruction for MXNet in general
URL: https://github.com/apache/incubator-mxnet/pull/13914#discussion_r248812363
 
 

 ##########
 File path: ci/jenkins/Jenkins_steps.groovy
 ##########
 @@ -521,6 +521,19 @@ def compile_windows_gpu_mkldnn() {
     }]
 }
 
+def test_static_scala_cpu() {
+  return ['Static build CPU 14.04 Scala' : {
+    node(NODE_LINUX_CPU) {
+        ws('workspace/ut-publish-scala-cpu') {
+          withEnv(["MAVEN_PUBLISH_OS_TYPE=linux-x86_64-cpu", 
"mxnet_variant=mkl"]) {
 
 Review comment:
   Please set environment variables in the runtime functions (see other thread 
for background)

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