marcoabreu commented on a change in pull request #10469: Removed OpenMP from 
armv6 builds
URL: https://github.com/apache/incubator-mxnet/pull/10469#discussion_r180390665
 
 

 ##########
 File path: ci/docker/Dockerfile.build.armv6
 ##########
 @@ -28,11 +28,9 @@ ENV TARGET ARMV6
 WORKDIR /work/deps
 
 # Build OpenBLAS
-ADD https://api.github.com/repos/xianyi/OpenBLAS/git/refs/tags/v0.2.20 
openblas_version.json
 RUN git clone --recursive -b v0.2.20 https://github.com/xianyi/OpenBLAS.git && 
\
     cd OpenBLAS && \
     make -j$(nproc) && \
     make PREFIX=$CROSS_ROOT install
 
-COPY runtime_functions.sh /work/
 
 Review comment:
   This is required or the build will fail

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to