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_r254365602
##########
File path: ci/Jenkinsfile_utils.groovy
##########
@@ -67,7 +67,7 @@ def pack_lib(name, libs, include_gcov_data = false) {
sh returnStatus: true, script: """
set +e
echo "Packing ${libs} into ${name}"
-echo ${libs} | sed -e 's/,/ /g' | xargs md5sum
+for i in \$(echo ${libs} | sed -e 's/,/ /g'); do md5sum \$i; done
Review comment:
Isn't this the same?
----------------------------------------------------------------
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