Skip to content

Commit 681412c

Browse files
committed
Add explanation
1 parent ad4937e commit 681412c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/codechecker_script.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
r"\/sandbox\/processwrapper-sandbox\/\S*\/execroot\/": "/execroot/",
3333
START_PATH + r"\/worker\/build\/[0-9a-fA-F]{16}\/root\/": "",
3434
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
3540
r"<string>bazel_codechecker\/": "<string>",
3641
}
3742

0 commit comments

Comments
 (0)