lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

fixup: Report failure message if we failed to build bazel #21

Closed liuqun closed 6 years ago

liuqun commented 6 years ago

Java may crash while compiling bazel if you only have 2GB RAM or less. Do not believe the return value of compile.sh. Check the output binary instead.

This patch will make it easier for me to debug what breaks my build process on my VMware machine with less than 2GB RAM configured... See also: #20

lhelontra commented 6 years ago

Thanks