leezu commented on a change in pull request #19417: URL: https://github.com/apache/incubator-mxnet/pull/19417#discussion_r520852341
########## 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: Only as the PR is modifying the file already. Why do you think it's unstable? ---------------------------------------------------------------- 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]
