asitstands commented on a change in pull request #10951: [MXNET-545] Fix broken
cython build
URL: https://github.com/apache/incubator-mxnet/pull/10951#discussion_r208810648
##########
File path: ci/Jenkinsfile_utils.groovy
##########
@@ -57,20 +57,20 @@ def init_git_win() {
}
// pack libraries for later use
-def pack_lib(name, libs) {
+def pack_lib(name, libs=mx_lib) {
Review comment:
Oops, it was a careless copy and paste. Now I removed the default value.
----------------------------------------------------------------
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