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 2018/09/23 19:07:25 UTC

[GitHub] lebeg commented on issue #11323: Build Amalgamation for Android arm64/v8

lebeg commented on issue #11323: Build Amalgamation for Android arm64/v8
URL: https://github.com/apache/incubator-mxnet/issues/11323#issuecomment-423839871
 
 
   Hm, it's strange. Actually, I was wrong about the actual command, it should be:
   ```
   ci/build.py -p android_armv8
   ```
   Don't forget to clean up properly before:
   ```
   git clean -xdff
   git submodule foreach --recursive git clean -ffxd
   ```

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