leezu commented on a change in pull request #19417: URL: https://github.com/apache/incubator-mxnet/pull/19417#discussion_r520885048
########## 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 note only applies to 0.3.11. 0.3.12 should be fine. I think we should update to ensure that we do test the newer versions of OpenBLAS (the old version is tested on CentOS). I can open a separate PR for it if you prefer. ---------------------------------------------------------------- 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]
