larroy commented on a change in pull request #10951: [MXNET-545] Fix broken 
cython build
URL: https://github.com/apache/incubator-mxnet/pull/10951#discussion_r207497514
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -343,6 +343,11 @@ build_ubuntu_cpu_openblas() {
         USE_BLAS=openblas             \
         USE_DIST_KVSTORE=1            \
         -j$(nproc)
+
+    export CC="gcc"
+    export CXX="g++"
+    make cython PYTHON=python2
 
 Review comment:
   ccache doesn't work?

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