szha commented on a change in pull request #19417: URL: https://github.com/apache/incubator-mxnet/pull/19417#discussion_r520869334
########## File path: ci/docker/Dockerfile.build.arm ########## @@ -64,13 +64,25 @@ RUN curl -o armv6-eabihf--glibc--stable-2020.02-2.tar.bz2 -L https://toolchains. rm armv6-eabihf--glibc--stable-2020.02-2.tar.bz2 ENV CMAKE_TOOLCHAIN_FILE=/usr/local/armv6-eabihf--glibc--stable-2020.02-2/share/buildroot/toolchainfile.cmake -RUN git clone --recursive -b v0.3.9 https://github.com/xianyi/OpenBLAS.git && \ +RUN git clone --recursive -b v0.3.12 https://github.com/xianyi/OpenBLAS.git && \ Review comment: The following note appeared in the second last patch version. `NOTE there appear to be several defects in this version unfortunately - this should not be redistributed or used in a production environment` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
