Re: KDevelop cpp file causes DoS on CI nodes
Igor Kushnir <[email protected]> Sun, 22 Jan 2023 23:26:56 +0200
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
On 2023-01-22 22:52, Ben Cooksley wrote: > That seems like a reasonable fix - have you tried running run-cppcheck.py from > sysadmin/ci-utilities (will need to have a cwd of your KDevelop source tree) to > see if that works? Yes. Verified that the patch fixes run-cppcheck.py (after removing gitlab-related code from ci-utilities/components/Package.py to be able to run `python run-cppcheck.py` locally). Pushed the fix and the cppcheck job finished successfully here: https://invent.kde.org/kdevelop/kdevelop/-/jobs/726113 Thanks, Igor