-
Notifications
You must be signed in to change notification settings - Fork 151
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
Running CITGM on Windows #157
Comments
Am going through our list of failures. I've just looked at glob which is failing on windows because of a case mismatch on the drive letter. @isaacs has already put a fix in for this, which I've tested and works well, but this hasn't gone into a release as yet. |
@CurryKitten would you be able to share the list of failures for us? |
@thealphanerd Sure - I haven't been able to go through each one just to double-check there's nothing odd in one of our environments that could account for the errors, but currently on Win7/2012 on x86/64 we're seeing - Failure:
rimraf (as you might guess, I'm just heading down the list one by one) seems to have weirdness on Windows, where a lot of the file operations fail unless you run as administrator (obviously not ideal) and some other failures because of mismatching forward/backward slashes. I'll open up an issue there once I've finished looking |
thanks @CurryKitten I should be getting a windows box soon and will be able to start hunting down and helping to fix some of these failures! |
I believe that some of these tests have been fixed on windows now. I will try and populate a list of current failing modules |
What is the current state of getting citgm running on Windows? I'd like to help. It seems the may mean helping other projects, no problem. |
@phestermcs There's #230, which should help add support for windows. We (IBM) have already been running CitGM in the Git Bash shell on Windows for about six months now, without seeing too many problems. The issue with running on CMD is mostly due to modules whose |
Thank you @gibfahn. It would appear there's a fair amount of work to get citgm running in windows, and I wouldn't be surprised if it always plays second fiddle with respect to package authors keeping their scripts working for windows. Thanks for your efforts. I did run citgm within win10 bash shell, and it kinda worked, although one of the tests caused a segfault, and it did seem to run a bit slower. back to linux vms :) |
I think this can be closed for now because CITGM mostly works on Windows, including with native modules. |
It seems like a good idea to have an issue in here to document the problems people are seeing running CitGM on windows.
I know @joaocgreis and @thealphanerd have been trying to do this, and we run it on our Jenkins instance as well. We end up seeing quite a few failures that are windows specific.
cc. @CurryKitten who is working on this as well.
FYI @mhdawson
The text was updated successfully, but these errors were encountered: