Konrad Weihmann

Results 69 comments of Konrad Weihmann

@gomme600 it seems you were right, as a few host specific paths slipped into the task hash signatures - although they shouldn't be there - I fixed that with #9492....

https://github.com/priv-kweihmann/meta-sca/issues/5734 should provide you the answers you were looking for. Please have a look at https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html#implementing-a-custom-tool (as pointed out in the original ticket).

A very good question - I can't give you a proper answer on that one, as I'm not having a suitable GitLab instance up and running at the moment -...

``` CMake Warning at /abc/path/recipe-sysroot/usr/lib/cmake/grpc/gRPCTargets.cmake:197 (message): The imported target "gRPC::grpc_python_plugin" references the file "/abc/path" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or...

Maybe this https://github.com/jenkinsci/analysis-model/blob/master/src/main/java/edu/hm/hafner/analysis/parser/CMakeParser.java can be of help

Slightly tuned regex `^CMake\s+(?PWarning|Deprecation Warning|Error)\s+at\s+(?P.*?):(?P\d+)(\s+\(message\):\n\s+(?P.*))*` does catch most of the issues

That will require https://pypi.org/project/qypi/ available in the container. Then `qypi release ` -> ```json { "is_prerelease": false, "release_date": "2021-05-18T18:58:47.783201Z", "release_url": "https://pypi.org/project/ansible/4.0.0", "version": "4.0.0" }, ``` loop through to first fuzzy...

Uuuuh, yes - thanks, I will have a look

Thanks I'll give it a try

@tprrt I'm having massive problems compiling this with latest master - all kinds of weird linker issues. I posted my latest WIP to https://github.com/priv-kweihmann/meta-sca/tree/smatch and would be happy if you...