You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/21 18:44:57 UTC

[incubator-mxnet] branch master updated: Update Jenkinsfile (#7541)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 32fc60b  Update Jenkinsfile (#7541)
32fc60b is described below

commit 32fc60b29d00201abe6d55ce0b751b25398b1d46
Author: Eric Junyuan Xie <pi...@users.noreply.github.com>
AuthorDate: Mon Aug 21 11:44:52 2017 -0700

    Update Jenkinsfile (#7541)
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 95115cf..bf237a5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -154,7 +154,8 @@ try {
         node('mxnetlinux') {
           ws('workspace/amalgamation') {
             init_git()
-            make('cpu', '-C amalgamation/ USE_BLAS=openblas MIN=1')
+            make('cpu', '-C amalgamation/ clean')
+            make('cpu', '-C amalgamation/ USE_BLAS=openblas')
           }
         }
       },

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].