You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/11 15:23:21 UTC

[GitHub] jlcontreras commented on issue #13800: [Nightly test] v1.3.x failing with missing cmake

jlcontreras commented on issue #13800: [Nightly test] v1.3.x failing with missing cmake
URL: https://github.com/apache/incubator-mxnet/issues/13800#issuecomment-462367280
 
 
   Found why we are checking out the wrong version of tvm. The InstallationGuide step in CI executes the commands from [docs/install/index.md](https://github.com/apache/incubator-mxnet/blob/v1.3.x/docs/install/index.md) . One of the steps there is the following:
   
   ```
   $ git clone --recursive https://github.com/apache/incubator-mxnet
   $ cd incubator-mxnet
   $ make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas
   ```
   
   So we are actually testing master, even from this v1.3.x job. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services