We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4937e commit 681412cCopy full SHA for 681412c
src/codechecker_script.py
@@ -32,6 +32,11 @@
32
r"\/sandbox\/processwrapper-sandbox\/\S*\/execroot\/": "/execroot/",
33
START_PATH + r"\/worker\/build\/[0-9a-fA-F]{16}\/root\/": "",
34
START_PATH + r"\/[0-9a-fA-F]{32}\/execroot\/": "",
35
+ # The path getting into the plist file on a docker img is:
36
+ # bazel_codechecker/bazel-out/k8-fastbuild/...
37
+ # But on regular other system its:
38
+ # /home/.../execroot/bazel_codechecker/bazel-out/k8-fastbuild/...
39
+ # This is because normally the runner is not the root user
40
r"<string>bazel_codechecker\/": "<string>",
41
}
42
0 commit comments