-
Notifications
You must be signed in to change notification settings - Fork 398
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
Support for Windows? #562
Comments
See #555 for the discussion. As of now, Windows is not supported, though most likely it will be in the future. |
Been toying around with at least to get the web ui working and at least following approach is looks ok:
I wasnt initially able to get main CodeChecker to run on windows so i did a quick workaround - after doing a full scan wit clangtidy and converting the log to report-converter, i transfered the reports to another box (mac), changed the full paths under in the plist to match local paths on the new box and then i could upload the report to webui .. There where few wtf moments on the windows side .. I made a venv (as i dont want to polute CI python modules) - activated and installed what i thought would be necessary inside that venv. But things where still failing. When code was running, at least portalocker was not found even thought it definitely was installed in the venv .. I checked the sys.path in codechecker_common/util.py and by the looks, when execution gets that far, venv is completely by passed.. |
@rasjani Thanks for trying and looking into the issue! Could you please post your findings to the ticket #555 opened by |
Any idea how can we make this run on Windows?
The text was updated successfully, but these errors were encountered: