Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Locate vcomp140.dll from System32 directory #5078

Merged
merged 1 commit into from
Dec 2, 2019
Merged

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Nov 29, 2019

After I re-built Jenkins testing pipeline from scratch, I found out that I cannot always expect the path C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\14.0\\VC\\redist\\x64\\Microsoft.VC140.OpenMP\\vcomp140.dll to exist. Since vcomp140.dll is a system lib, it's better to use C:\\Windows\\System32\\vcomp140.dll

@trivialfis
Copy link
Member

Windows is really out of my reach, maybe @RAMitchell can help here . :-)

@hcho3
Copy link
Collaborator Author

hcho3 commented Dec 2, 2019

I found the reason why testxgboost.exe was crashing. For each Windows worker, I had to install a system lib called Microsoft Visual C++ Redistributable for Visual Studio, so that the worker can run testxgboost.exe.

@hcho3 hcho3 merged commit 64f4361 into dmlc:master Dec 2, 2019
@hcho3 hcho3 deleted the vcomp140 branch December 2, 2019 10:09
@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants