vexilligera commented on a change in pull request #17808: [WIP] Windows dev
environment configuration, update install instructions from source in the docs
URL: https://github.com/apache/incubator-mxnet/pull/17808#discussion_r401361553
##########
File path: ci/build_windows.py
##########
@@ -193,14 +238,19 @@ def windows_package(args):
for dll in dlls:
logging.info("packing dll: %s", dll)
shutil.copy(dll, pkgdir_lib)
+
+ if pkgdir_lib.find('gpu') != -1:
+
add_path("C:\\jenkins_slave\\workspace\\ut-python-gpu\\windows_package\\lib")
Review comment:
That's right, forgot to remove that. Will add that to the testing phase once
we got the log from ad95025
----------------------------------------------------------------
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]
With regards,
Apache Git Services